| Applet vs Application | |
- An application starts from
main() in a subclass of Frame
- An applet has as toplevel a subclass of Applet, using methods
- Placing initialisation code in the constructors makes it relatively
easy to write applets and applications sharing code.
| Slide 20 | ©Copyright 1997 | Jan Newmarch |