Ø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
Ø