Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:23
Show Gist options
  • Save ezhov-da/29fc5b192de495a14f0d643c8f2459c7 to your computer and use it in GitHub Desktop.
Save ezhov-da/29fc5b192de495a14f0d643c8f2459c7 to your computer and use it in GitHub Desktop.
java combobox и popupmenu
Если меню отображается некорректно. необходимо инициализировать через:
[code:]LANG[:code]
JXComboBox comboBox = new JXComboBox();
comboBox.setRenderer(new LSR());
comboBox.setModel(new DefaultComboBoxModel(entys));
comboBox.revalidate();
[/code]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment