CheckboxGroup

java.awt
Class CheckboxGroup

java.lang.Object
extended by java.awt.CheckboxGroup

The CheckboxGroup class is used to group together a set of Checkbox buttons.

Exactly one check box button in a CheckboxGroup can be in the "on" state at any given time. Pushing any button sets its state to "on" and forces any other button that is in the "on" state into the "off" state.

0 comments: