Applet vs Application
An application starts from
main()
in a subclass of Frame
An applet has as toplevel a subclass of Applet, using methods
init
start
stop
Slide 20