Select Method (JList)
Class
JList
.
Action
Selects a list item.
Syntax
list
.
Select
(
item
)
Variable
Description
item
The name or index of the list item.
ItemIdentifier
.
Examples
colorsList.Select
("orange")
colorsList.Select
(10)