Searched defs:APPLET_STOP (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletPanel.java91 public final static int APPLET_STOP = 4; field in class:AppletPanel
111 * APPLET_STOP,
349 * applet start called) --> APPLET_START -- (applet stop called) -->APPLET_STOP --(applet
355 * So the applet stop method called and the applet enters APPLET_STOP state. Then if the applet
359 * model. However, when the applet page goes away. It calls applet stop method and enters APPLET_STOP
363 * APPLET_STOP to APPLET_DESTROY and to APPLET_INIT .
470 if (status != APPLET_INIT && status != APPLET_STOP) {
506 case APPLET_STOP:
511 status = APPLET_STOP;
546 if (status != APPLET_STOP
[all...]

Completed in 32 milliseconds