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

/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletPanel.java90 public final static int APPLET_START = 3; field in class:AppletPanel
110 * APPLET_START,
349 * applet start called) --> APPLET_START -- (applet stop called) -->APPLET_STOP --(applet
354 * in the APPLET_START state unless the applet goes away(refresh page or leave the page).
356 * is revisited, it will call applet start method and enter the APPLET_START state and stay there.
468 case APPLET_START:
501 status = APPLET_START;
507 if (status != APPLET_START) {
889 return status == APPLET_START;

Completed in 43 milliseconds