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

/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletPanel.java89 public final static int APPLET_INIT = 2; field in class:AppletPanel
109 * APPLET_INIT,
348 * (applet code loaded) --> APPLET_LOAD -- (applet init called)--> APPLET_INIT -- (
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).
422 case APPLET_INIT:
464 status = APPLET_INIT;
470 if (status != APPLET_INIT && status != APPLET_STOP) {
546 if (status != APPLET_STOP && status != APPLET_INIT) {

Completed in 60 milliseconds