whitespace fixups
[jSite2.git] / src / net / pterodactylus / util / swing / StatusBar.java
index c0e844d..1e1873e 100644 (file)
@@ -35,7 +35,7 @@ import javax.swing.border.EtchedBorder;
 /**
  * Status bar component that can be added to the {@link BorderLayout#SOUTH} area
  * of a {@link JFrame}’s {@link JFrame#getContentPane() content pane}.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 /* TODO - make it possible to add further components. */
@@ -61,7 +61,7 @@ public class StatusBar extends JPanel {
 
        /**
         * Sets the text of the label.
-        * 
+        *
         * @param text
         *            The text of the label
         */
@@ -72,7 +72,7 @@ public class StatusBar extends JPanel {
        /**
         * Adds a side component to the right side of the status bar, pushing all
         * previously added side components to the left.
-        * 
+        *
         * @param component
         *            The component to add
         */
@@ -85,7 +85,7 @@ public class StatusBar extends JPanel {
 
        /**
         * Returns the number of side components.
-        * 
+        *
         * @return The number of side components
         */
        public int getSideComponentCount() {
@@ -94,7 +94,7 @@ public class StatusBar extends JPanel {
 
        /**
         * Returns all side components in order.
-        * 
+        *
         * @return All side components
         */
        public List<Component> getSideComponents() {
@@ -103,7 +103,7 @@ public class StatusBar extends JPanel {
 
        /**
         * Removes the side component with the given index.
-        * 
+        *
         * @param sideComponentIndex
         *            The index of the side component to remove
         */
@@ -115,7 +115,7 @@ public class StatusBar extends JPanel {
 
        /**
         * Removes the given side component.
-        * 
+        *
         * @param sideComponent
         *            The side component to remove
         */