Think of a Java applet as a graphics window on which to draw text and other objects |
The graphics window has a particular width and height as specified in the <APPLET> tag |
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 |