Fifth International World Wide Web Conference
Notes on First Applet
- Doesn't require an init(), start(), or stop() method because it is
only passively displaying text.
- Any applet that contains overrides the start() method should also provide a
stop() method
- Assure that applet is in sync with the browser
- Prevent runaway applets
Java - An Introductory Language Tutorial
(E.A.Johnson)