src/java.desktop/share/classes/java/applet/Applet.java
changeset 58309 c6f8b2c3dc66
parent 52740 52ea97fb80b0
equal deleted inserted replaced
58308:b7192797f434 58309:c6f8b2c3dc66
   542     //
   542     //
   543 
   543 
   544     /**
   544     /**
   545      * The accessible context associated with this {@code Applet}.
   545      * The accessible context associated with this {@code Applet}.
   546      */
   546      */
       
   547     @SuppressWarnings("serial") // Not statically typed as Serializable
   547     AccessibleContext accessibleContext = null;
   548     AccessibleContext accessibleContext = null;
   548 
   549 
   549     /**
   550     /**
   550      * Gets the {@code AccessibleContext} associated with this {@code Applet}.
   551      * Gets the {@code AccessibleContext} associated with this {@code Applet}.
   551      * For applets, the {@code AccessibleContext} takes the form of an
   552      * For applets, the {@code AccessibleContext} takes the form of an