1 | Think of a Java applet as a graphics window on which to draw text and other objects |
2 | The graphics window has a particular width and height as specified in the <APPLET> tag |
3 | The origin is in the top left-hand corner of the graphics window: the x-coordinate increases from left to right, while the y-coordinate increases from top to bottom |