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

/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletPanel.java92 public final static int APPLET_DESTROY = 5; field in class:AppletPanel
112 * APPLET_DESTROY,
350 * destroyed called) --> APPLET_DESTROY -->(applet gets disposed) -->
360 * state and then applet destroyed method gets called and enters APPLET_DESTROY state.
363 * APPLET_STOP to APPLET_DESTROY and to APPLET_INIT .
365 * Also, the applet can jump from APPLET_INIT state to APPLET_DESTROY (in Netscape/Mozilla case).
424 // init, that is why we need to check status w/ APPLET_DESTROY
425 if (status != APPLET_LOAD && status != APPLET_DESTROY) {
545 case APPLET_DESTROY:
550 status = APPLET_DESTROY;
[all...]

Completed in 270 milliseconds