There was an error while loading. Please reload this page.
Drop down menu class.
currentIndexChanged (int index)
int count ()
int currentIndex ([Number index])
String currentText ([String text])
void addItem (String label)
void addItems (String[] labels)
int findText (String text)
Finds the index in the combobox of text.
Returns -1 if text is not present.
String itemText (int index)
void removeIndex (int index)
void clear ()
comboBox