TOC PREV NEXT INDEX



Kjava Parts


CheckBox

A CheckBox holds a single line of text and a graphical On/Off indicator. The text and the initial state of the CheckBox can be specified in its properties page.

The kjava implementation of CheckBox does not have a getState() method. Users may wish to manually keep track of the state of the CheckBox.

When a CheckBox is pressed, it will change its state and redraw itself. Additional user code may be entered into the penDown page for the CheckBox.


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX