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 each time the Web page containing it is no longer visible. For example, an applet with animation might want to use the start method to resume animation, and the stop method to suspend the animation.
The implementation of this method provided by the Applet class does nothing.