|
Button, Checkbox, Choice, List, MenuItem, and TextField classes provide the basic
controls. These are the most common ways which users give instructions to the Java
programs. When the user activates one of these controls -- by clicking the button or
by pressing the Return in the text field, for example -- it posts the event
(ACTION_EVENT). An object which contains the control can react to the event by
implementing the method action().
|