CS 5JA, Winter 2009
Assignment 4 - More control structures, including nested loops

This project is based on exercises in the text. To the extent that instructions here differ from those in the text, the instructions on these web pages take precedence.

Due: Tuesday, February 24, 9:00 pm
Worth: 100 homework points

  1. Write OvalDrawing.java to complete a modified version of the graphical application specified in the "GUI and Graphics Case Study" Exercise 5.1 on page 194 of the text.
  2. Write a modified version of the Java application specified in Exercise 5.22 on page 202 of the text (also see the instructions, examples and hint of Exercise 5.15 on pp. 200-201).
  3. Turn in OvalDrawing.java and TrianglePrinting.java here before the deadline.

Updated 2/10/09, by C. Michael Costanzo