Resources for Java Swing:
05-631: Software Architecture for User Interfaces
, Fall, 2001
Lesson: User Interfaces that Swing: A Quick Start Guide: http://java.sun.com/docs/books/tutorial/uiswing/mini/index.html
Swing Widgets:
http://java.sun.com/docs/books/tutorial/uiswing/components/components.html
Java 2D tutorial:
http://java.sun.com/docs/books/tutorial/2d/index.html
Java 2 Platform on-line documentation (with frames):
http://java.sun.com/j2se/1.3/docs/api/index.html
(includes documentation of the methods of the Graphics object and the Graphics2D object.
imageloader.java
that might help with homework 1