Retrieves an Object array containing all the items in the list box.
public final Object[] getItems()
Returns a zero-based array of objects. Items in the array are in the order they appear in the list box. If the list box contains no items, returns an empty array.
See Also setItems