| Changed Constructors |
Checkbox(String)
|
Change in exceptions thrown from no exceptions to HeadlessException.
|
Creates a check box with the specified label. |
Checkbox(String, boolean)
|
Change in exceptions thrown from no exceptions to HeadlessException.
|
Creates a check box with the specified label and sets the specified state. |
Checkbox(String, boolean, CheckboxGroup)
|
Change in exceptions thrown from no exceptions to HeadlessException.
|
Constructs a Checkbox with the specified label set to the specified state and in the specified check box group. |
Checkbox(String, CheckboxGroup, boolean)
|
Change in exceptions thrown from no exceptions to HeadlessException.
|
Creates a check box with the specified label in the specified check box group and set to the specified state. |
Checkbox(void)
|
Change in exceptions thrown from no exceptions to HeadlessException.
|
Creates a check box with no label. |