Uses of Class
java.awt.Checkbox
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
-
Uses of Checkbox in java.awt
Modifier and TypeMethodDescriptionCheckboxGroup.getCurrent()
Deprecated.CheckboxGroup.getSelectedCheckbox()
Gets the current choice from this check box group.Modifier and TypeMethodDescriptionvoid
CheckboxGroup.setCurrent
(Checkbox box) Deprecated.As of JDK version 1.1, replaced bysetSelectedCheckbox(Checkbox)
.void
CheckboxGroup.setSelectedCheckbox
(Checkbox box) Sets the currently selected check box in this group to be the specified check box.
getSelectedCheckbox()
.