| Registering listeners | |
- Eaach GUI object generates certain events
- For each class of AWTEvent there is an add<Event>Listener
- For Button, List, MenuItem and TextField there is a method
addActionListener()
- For Choice Checkbox and List there is a method
addItemListener()
Slide 38 | ©Copyright 1997 | Jan Newmarch |