formatting
[jalview.git] / src / jalview / gui / WebserviceInfo.java
index 69fb44c..4fba5a5 100755 (executable)
@@ -296,7 +296,8 @@ public class WebserviceInfo extends GWebserviceInfo implements
     this.title = title;
     setInfoText(info);
 
-    java.net.URL url = getClass().getResource("/images/Jalview_Logo_small.png");
+    java.net.URL url = getClass().getResource(
+            "/images/Jalview_Logo_small.png");
     image = java.awt.Toolkit.getDefaultToolkit().createImage(url);
 
     MediaTracker mt = new MediaTracker(this);
@@ -799,10 +800,10 @@ public class WebserviceInfo extends GWebserviceInfo implements
 
       if (image != null)
       {
-        int x=image.getWidth(this)/2,y=image.getHeight(this)/2;
-        g.rotate(Math.toRadians(angle), 10+x, 10+y);
+        int x = image.getWidth(this) / 2, y = image.getHeight(this) / 2;
+        g.rotate(Math.toRadians(angle), 10 + x, 10 + y);
         g.drawImage(image, 10, 10, this);
-        g.rotate(-Math.toRadians(angle), 10+x, 10+y);
+        g.rotate(-Math.toRadians(angle), 10 + x, 10 + y);
       }
     }
 
@@ -832,7 +833,7 @@ public class WebserviceInfo extends GWebserviceInfo implements
 
   /*
    * (non-Javadoc)
-   *
+   * 
    * @see jalview.gui.IProgressIndicator#setProgressBar(java.lang.String, long)
    */
   @Override
@@ -916,7 +917,7 @@ public class WebserviceInfo extends GWebserviceInfo implements
   }
 
   /**
-   *
+   * 
    * @return true if any progress bars are still active
    */
   @Override