Source Code Structure

Project Starting Point

In order to hide the details of how we are using Processing (our graphics library) from within Eclipse, we have provided a base project to you. Download it here. Now you may simply import the entire project into Eclipse by going to:

File->Import->Existing Projects into Workspace

Select "Select Archive File" and select the Lab7.tar that you just downloaded and click finish.

Shape Package and Classes

Now that we have our project set up, we will create an additional package for our shapes-- call this package shapes.

The shapes package will contain the following files: