Basic AWT Components & Events
by Michael Thomas
(Tutorial Home Page)
- The source -
This .class file can
be run as an applet or as an application.
- Button, Label, TextField
- Checkbox, Radio (Checkbox w/ Groups)
- Choice, List (single & multiple selection)
- TextArea
- I've also registered 1 or more event listeners for each component.
Very basic example of components & their events.