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

The source.