Java AWT tutorial
Responding to events The next example (Ex_3.java) adds the ability to responds to events, such as a mouse button click Uses the event delegation model of JDK 1.1 When an event occurs, when a Button is pressed, an ActionEvent objects is generated ......