whitespace fixups
[jSite2.git] / src / net / pterodactylus / util / swing / SwingUtils.java
index b530044..08f79bb 100644 (file)
@@ -27,7 +27,7 @@ import java.awt.Window;
 
 /**
  * Helper utilities for working with Swing.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class SwingUtils {
@@ -37,7 +37,7 @@ public class SwingUtils {
 
        /**
         * Returns the size of the screen.
-        * 
+        *
         * @return The size of the screen
         */
        public static Dimension getScreenSize() {
@@ -46,7 +46,7 @@ public class SwingUtils {
 
        /**
         * Centers the given window on the screen.
-        * 
+        *
         * @param window
         *            The window to center
         */
@@ -58,7 +58,7 @@ public class SwingUtils {
        /**
         * {@link Window#pack() Packs} the given window and positions it so that its
         * center stays the same.
-        * 
+        *
         * @param window
         *            The window to pack and recenter
         */
@@ -71,7 +71,7 @@ public class SwingUtils {
 
        /**
         * Returns the center of the given rectangle.
-        * 
+        *
         * @param bounds
         *            The rectangle which center to get
         * @return The center of the rectangle