CSC 121A Classwork 1 - Spring 2005

Friday, January 21, 2005

[Course home page] [Java API Documentation]

You may work in pairs for these in-class exercises.

Drawing Arcs

Drawing arcs in Java is similar to drawing ovals- an arc is simply a section of an oval. Download and run the following file, which draws a rainbow using filled-in arcs: DrawRainbow.java

Complete at least one of the following exercises:

It may be helpful for you to sketch out your design on paper before trying to program it.

Upload your program files to the VikingWeb.

 

Based on material from Deitel & Deitel, Java How to Program, 6e.



Last modified: Mon Jan 17 19:03:07 EST 2005