Retrieves the text for the item at the specified index.
public String getItemText ( int index )
index
The zero-based index of the item for which you want the text, or -1 for the currently selected item.
Returns the text of the item specified by index, or returns an empty string ("") if -1 is specified and no item is selected.
See Also setItemText