Class Overview | Class Members | This Package | All Packages
A subclass of Applet should override this method if it has any operation that it wants to perform before it is destroyed. 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.