Inherits javax::swing::JComboBox.
Public Member Functions | |
SORTIEComboBox () | |
SORTIEComboBox (final Object items[]) | |
SORTIEComboBox (ComboBoxModel aModel) | |
void | doLayout () |
Dimension | getSize () |
Static Package Attributes | |
static final long | serialVersionUID = 1 |
Private Attributes | |
boolean | layingOut = false |
I got this from http://www.jroller.com/santhosh/entry/make_jcombobox_popup_wide_enough which got it from the following bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4618607
The only problem is that it doesn't auto-resize after new items are added.
uihelpers.SORTIEComboBox.SORTIEComboBox | ( | ) |
uihelpers.SORTIEComboBox.SORTIEComboBox | ( | final Object | items[] | ) |
uihelpers.SORTIEComboBox.SORTIEComboBox | ( | ComboBoxModel | aModel | ) |
void uihelpers.SORTIEComboBox.doLayout | ( | ) |
Dimension uihelpers.SORTIEComboBox.getSize | ( | ) |
final long uihelpers.SORTIEComboBox.serialVersionUID = 1 [static, package] |
boolean uihelpers.SORTIEComboBox.layingOut = false [private] |