Inheritance and GUIs
Ø Our applet classes have to deal only with issues that
specifically relate to what our particular applet will do
Ø When we define certain methods, such as the paint
method of an applet, we are actually overriding a method
defined in the Component class, which is ultimately
inherited into the Applet class or the JApplet class