Class ComboItem
java.lang.Object
net.sourceforge.jnlp.controlpanel.ComboItem
This is to be used with combobox items. Allows storing a value which differs
from the key.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ComboItem
Create a new instance of combobox items.- Parameters:
text
- Text to be displayed by JComboBoxvalue
- Value associated with this item.
-
-
Method Details