Big Java & Java Concepts example project "button1"

You can use this project as follows:

 - once compiled, run the main method of the ButtonTester class.
  
This project illustrates concepts covered in Big Java & Java Concepts, Chapter 12 
"Event Handling".
  
 - to understand the Java event model
 - to install mouse and action listeners
 - to accept mouse and text input
 - to display frame windows