Applets and OO
Applets are a good advertisement for object oriented programming
Your classes inherit from Applet
Applet contains all the details of how an applet works and interacts with the system . . .
. . . So you can just worry about what you want your applet to do
Note: no main method, already inside a running program when applet is invoked.