Adds a set of items to the combo box.
public final void setItems( Object[] value )
value
A zero-based array of objects (generally String objects) that you want to add to the combo box. If the sorted property of the combo box is set to true, the items are inserted into the list alphabetically. Otherwise, the items are inserted in the order they occur the array.
This method removes all existing items from the combo box before inserting the new items.
See Also getItems