Choice.add

Choice.add

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized void add( String item )
Parameters
item
the item to be added
Description
Adds an item to this Choice menu.

Exceptions
NullPointerException if the item's value is null.