Big Java & Java Concepts example project "car"

You can use this project as follows:

  - invoke the main method of the compiled CarViewer class by right-clicking on the class
 representation and selecting the main method.
  
This project illustrates concepts covered in Big Java, Chapter 5 
"Programming Graphics".
  
 - to be able to write simple graphical applications 
 - to display graphical shapes such as lines and ellipses
 - to display drawings consisting of many shapes