Improves the basic combo box by allowing the popup area to be bigger than the box itself.
More...
Improves the basic combo box by allowing the popup area to be bigger than the box itself.
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.
- Author
- Lora Murphy (kind of!)
sortie.gui.SORTIEComboBox< T >.SORTIEComboBox |
( |
| ) |
|
sortie.gui.SORTIEComboBox< T >.SORTIEComboBox |
( |
final T |
items[] | ) |
|
sortie.gui.SORTIEComboBox< T >.SORTIEComboBox |
( |
ComboBoxModel< T > |
aModel | ) |
|
void sortie.gui.SORTIEComboBox< T >.doLayout |
( |
| ) |
|
Dimension sortie.gui.SORTIEComboBox< T >.getSize |
( |
| ) |
|
boolean sortie.gui.SORTIEComboBox< T >.layingOut = false |
|
private |
The documentation for this class was generated from the following file: