Big Java example project "car"

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 4 
"Applets and Graphics".
  
 - to be able to write simple applets 
 - to display graphical shapes such as lines and ellipses 
 - to select appropriate units for drawing 
