CSCI 136: Assignment 1 -- MOO!

Due 2/17/97

In this assignment you are to design an applet which will display a picture of a cow. You should do this by subclassing the class Applet and putting code to create the objects in the init method, while putting the code to do the actual drawing in the paint method. You should use the program SimpleGraphicsApp as an example of how to do this.

The main point of this project is to learn how to use CodeWarrior and to get some experience using the graphics library commands. It would also be nice to use some of the other Java syntax, so please try to use some sort of for or while statement to draw grass, fenceposts, hairs, etc.

This program is due Monday, February 17, 1997 at 11:59pm. Please label the folder containing your program, project, and classes with your name, and drag the folder to the CS136 dropoff folder on Cider Press/Courses/CS 136 folder. Your program should be fully commented (including your name). No late assignments will be accepted.