AppletContext.java, [...]: Jalopied and checkstyle clean.
authorMichael Koch <konqueror@gmx.de>
Thu, 23 Sep 2004 18:24:00 +0000 (18:24 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Thu, 23 Sep 2004 18:24:00 +0000 (18:24 +0000)
2004-09-23  Michael Koch  <konqueror@gmx.de>

* java/applet/AppletContext.java,
java/applet/Applet.java,
java/applet/AppletStub.java,
java/applet/AudioClip.java:
Jalopied and checkstyle clean.

From-SVN: r87972

libjava/ChangeLog
libjava/java/applet/Applet.java
libjava/java/applet/AppletContext.java
libjava/java/applet/AppletStub.java
libjava/java/applet/AudioClip.java

index eec4c73d3bb4edeecb224745d17e0d20db4c955a..acc03bfb717e7b19aaf3d027eb4537da79aac749 100644 (file)
@@ -1,3 +1,11 @@
+2004-09-23  Michael Koch  <konqueror@gmx.de>
+
+       * java/applet/AppletContext.java,
+       java/applet/Applet.java,
+       java/applet/AppletStub.java,
+       java/applet/AudioClip.java:
+       Jalopied and checkstyle clean.
+
 2004-09-23  Mark Wielaard  <mark@klomp.org>
 
        * java/util/Collections.java
index 5990c6392dad18f9ce26b5631b93e77e1a081527..4fbf17c11e3e839e818ac9fa21345fbcfe681d39 100644 (file)
@@ -1,5 +1,5 @@
 /* Applet.java -- Java base applet class
-   Copyright (C) 1999, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2002, 2004  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,6 +48,7 @@ import java.io.ObjectInputStream;
 import java.net.MalformedURLException;
 import java.net.URL;
 import java.util.Locale;
+
 import javax.accessibility.AccessibleContext;
 import javax.accessibility.AccessibleRole;
 import javax.accessibility.AccessibleState;
@@ -228,11 +229,11 @@ public class Applet extends Panel
   {
     try
       {
-        return getImage(new URL(url, name));
+       return getImage(new URL(url, name));
       }
     catch (MalformedURLException e)
       {
-        return null;
+       return null;
       }
   }
 
@@ -284,11 +285,11 @@ public class Applet extends Panel
   {
     try
       {
-        return getAudioClip(new URL(url, name));
+       return getAudioClip(new URL(url, name));
       }
     catch (MalformedURLException e)
       {
-        return null;
+       return null;
       }
   }
 
@@ -343,7 +344,7 @@ public class Applet extends Panel
     AudioClip ac = getAudioClip(url);
     try
       {
-        ac.play();
+       ac.play();
       }
     catch (Exception ignored)
       {
@@ -364,7 +365,7 @@ public class Applet extends Panel
   {
     try
       {
-        getAudioClip(url, name).play();
+       getAudioClip(url, name).play();
       }
     catch (Exception ignored)
       {
@@ -500,7 +501,7 @@ public class Applet extends Panel
     {
       AccessibleStateSet s = super.getAccessibleStateSet();
       if (isActive())
-        s.add(AccessibleState.ACTIVE);
+       s.add(AccessibleState.ACTIVE);
       return s;
     }
   } // class AccessibleApplet
index 13c077074b3cdccbfbcaf3d806b0da76fab50383..d7f8e8ba71fe99f7307afa0377212bce3cfe3162 100644 (file)
@@ -1,5 +1,5 @@
 /* AppletContext.java -- access the applet's runtime environment
-   Copyright (C) 1999, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2002, 2004  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,8 +39,8 @@ exception statement from your version. */
 package java.applet;
 
 import java.awt.Image;
-import java.io.InputStream;
 import java.io.IOException;
+import java.io.InputStream;
 import java.net.URL;
 import java.util.Enumeration;
 import java.util.Iterator;
index 7694cc822efef12fd2517a301e4e2d728aebe2b1..44722cc61481244210542116acf90b08bfc8f585 100644 (file)
@@ -1,5 +1,5 @@
 /* AppletStub.java -- low level interface to the browser
-   Copyright (C) 1999, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2002, 2004  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -35,6 +35,7 @@ this exception to your version of the library, but you are not
 obligated to do so.  If you do not wish to do so, delete this
 exception statement from your version. */
 
+
 package java.applet;
 
 import java.net.URL;
index 41dd3be2af56c13b3d2123ffc5a31d1a821ab55b..531ab1739fb69ce5347c5ecfbf540a6ddda9646c 100644 (file)
@@ -1,5 +1,5 @@
 /* AudioClip.java -- play an audio clip in an applet
-   Copyright (C) 1999, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2002, 2004  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -38,6 +38,7 @@ exception statement from your version. */
 
 package java.applet;
 
+
 /**
  * This interface provides a simple mechanism for playing audio clips.
  * If multiple clips are played at once, the browser combines them into a