Big Java example project "frame"

You can use this project as follows:

  - invoke the main method of the class FrameTest by 
 right-clicking on the class representation and selecting the main method.

This project illustrates concepts covered in Big Java, Chapter 10 
"Applets and Graphics".
  
- to understand the Java event model
- to install mouse and action listeners
- to accept mouse and text input
- to display frame windows
- to show text output in a text area with a scroll bar
 