ActionEvent11Example
-- tracking JDK1.1 action events in various components: button, text field, and list.
To see this example in action:
Compile the Java source file, ActionEvent11Example.java:
javac ActionEvent11Example.java
Run the class:
java ActionEvent11Example
The source.