JDK1.1 Event Model : Application Support
Instantiate objects from component classes such as buttons and checkboxes which will serve as source of the events.
Implement listener interfaces.
Define methods to handle events of interest.
Example: /projects/bina/java/Doodle.java