Gettysburg College

CS 111
Computer Science I

Fall 2025

Assignment 1

Due: Thu, Sep 4, by 11:59pm

Description

The goal of this assignment is to create a phone app that draws your favorite pet animal. The assignment will exercise the following concepts:

Preliminaries

Start DrJava via the Terminal by typing drjava. Then create a new project named MyPetApp in folder cs111/hw . See the Readings List notes on how to create a new project.

General Requirements

Inside MyPetApp write the following procedures:

Specific Requirements

Inside public void run() draw the scene (only once) and then draw 3-4 animals of different sizes at various locations.

Each procedure mentioned above should include the following:


What to turn in

Turn in the Java code for the app in the Assignment 1 dropbox:

Make sure your code is saved. If when you close DrJava it warns you that the file is not saved, save it and re-upload the code.