Class Overview | Class Members | This Package | All Packages
A subclass of Applet should override this method if it has initialization to perform. For example, an applet with threads would use the init method to create the threads and the destroy method to kill them.
The implementation of this method provided by the Applet class does nothing.