CheckboxMenuItem.setState

CheckboxMenuItem.setState

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized void setState( boolean b )
Parameters
b
the boolean state of this check box menu item.
Description
Sets this check box menu item to the specifed state. The boolean value true indicates "on" while false indicates "off."

See Also
getState