Let's Play

Author: Deb Deppeler
CS302, ©2001, Spring 2002

LetsPlay is a simple class that manipulates GUI objects created from the Tree class and the Star class which each extend the Figure class. Other classes like PlaySpace and Shape are also used to complete the program.

Feel free to copy the source files to your own project directory and implement your own classes and extensions.

Here's the javadoc for each of the classes in this example.