Importing Files

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 the Lab5.zip file from here to your Desktop. It is not necessary to uncompress the file.

Now you may simply import the entire project into Eclipse by going to: File > Import > General > Existing Projects into Workspace > Select Archive File

Browse to and select the Lab7.zip folder you've just downloaded for the root directory then hit finish.

The project you imported into Eclipse should already have the Processing libraries, the package, your classes. Dot.java and Lab5.java contain skeleton code to get you started.