CS 117: Introduction to Computer Science
Graphics Labs


To get started, create a new project in BlueJ, choose "Edit" from the menu bar, then choose "Add Class From File." Add each file that you find in the directory /Accounts/courses/cs117/dmusican/DrawingLab. Starting with DrawingLab0 and working through DrawingLab3, double click on the java file in BlueJ, read the instructions at the top, and do what they tell you to do. Have fun!

Each class has a static method called "main," which is the one that you should actually run.

NOTE: You have a new written assignment as well. Make sure to check it out.