Describe the graphical coordinate system in Java. Where is the origin? What units apply to the x,y coordinates?
How would you use the Graphics class to draw a line between 2 specific points? Give an example.
How do you specify a particular color to be used as fill when using the Graphics class?