src/share/classes/java/applet/AppletStub.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

*** 33,43 **** * environment or applet viewer environment in which the application * is running. * * @author Arthur van Hoff * @see java.applet.Applet#setStub(java.applet.AppletStub) ! * @since JDK1.0 */ public interface AppletStub { /** * Determines if the applet is active. An applet is active just * before its <code>start</code> method is called. It becomes --- 33,43 ---- * environment or applet viewer environment in which the application * is running. * * @author Arthur van Hoff * @see java.applet.Applet#setStub(java.applet.AppletStub) ! * @since 1.0 */ public interface AppletStub { /** * Determines if the applet is active. An applet is active just * before its <code>start</code> method is called. It becomes