Saturday, 9 September 2017

Stop And Destroy Methods In Applet

public void stop()  -> When the window is minimized
            Called by the browser or applet viewer to inform this applet that it should stop its execution.
public void destroy()

            Called by the browser or applet viewer to inform this applet that it is being reclaimed and that it should destroy any resources that it has allocated.

No comments:

Post a Comment

Featured post

Development Of JAVA Program