Big Java example project "buttons1"

You can use this project as follows:

 - once compiled, the Applet class can be run using the "Run Applet..." 
 popup menu option.
 - it can be run in either the AppletViewer or your web browser.
  
This project illustrates concepts covered in Big Java, Chapter 10 
"Event Handling".
  
 - to understand the Java event model
 - to install mouse and action listeners
 - to accept mouse and text input
 - to display frame windows