Checkbox.setCheckboxGroup

Checkbox.setCheckboxGroup

Class Overview | Class Members | This Package | All Packages

Syntax
public void setCheckboxGroup( CheckboxGroup g )
Parameters
g
the new check box group, or null to remove this check box from any check box group.
Description
Sets this check box's group to be the specified check box group. If this check box is already in a different check box group, it is first taken out of that group.

See Also
getCheckboxGroup