Sets a boolean value indicating whether the items in the combo box are sorted alphabetically.
public final void setSorted( boolean value )
value
Set to true if the list is sorted alphabetically; otherwise, set to false. The default value is false.
See Also getSorted