src/java.desktop/share/classes/java/applet/Applet.java

Print this page

        

@@ -77,11 +77,11 @@
      * After Deserialization:
      * The applet will be restored in STOPPED state (and most clients will
      * likely move it into RUNNING state).
      * The stub field will be restored by the reader.
      */
-    transient private AppletStub stub;
+    private transient AppletStub stub;
 
     /* version ID for serialized form. */
     private static final long serialVersionUID = -5836846270535785031L;
 
     /**

@@ -308,11 +308,11 @@
      * @param url points to the audio clip
      * @return the audio clip at the specified URL.
      *
      * @since       1.2
      */
-    public final static AudioClip newAudioClip(URL url) {
+    public static final AudioClip newAudioClip(URL url) {
         return new sun.applet.AppletAudioClip(url);
     }
 
     /**
      * Returns the <code>AudioClip</code> object specified by the