Select Method (JComboBox)

Class

JComboBox class

Action

Selects the specified item.

Syntax

comboBox.Select(item)
Variable Description
item The name or index of the item to select. LISTITEM.

Examples

ColorsComboBox.Select("red")
ColorsComboBox.Select(1)