X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Futil%2Fswing%2FStatusBar.java;h=1e1873e1f515f4384cf939c59908f36eafb1535f;hb=c63257e8cc0ba1a5aca9364b22171abe7279d479;hp=f37b9d74fdb4f144773db223c40d77967f75755b;hpb=994af6e934b74ce2ac7fa1e7798f48d306b6e0c6;p=jSite2.git diff --git a/src/net/pterodactylus/util/swing/StatusBar.java b/src/net/pterodactylus/util/swing/StatusBar.java index f37b9d7..1e1873e 100644 --- a/src/net/pterodactylus/util/swing/StatusBar.java +++ b/src/net/pterodactylus/util/swing/StatusBar.java @@ -35,9 +35,8 @@ 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> - * @version $Id$ */ /* TODO - make it possible to add further components. */ public class StatusBar extends JPanel { @@ -62,7 +61,7 @@ public class StatusBar extends JPanel { /** * Sets the text of the label. - * + * * @param text * The text of the label */ @@ -73,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 */ @@ -86,7 +85,7 @@ public class StatusBar extends JPanel { /** * Returns the number of side components. - * + * * @return The number of side components */ public int getSideComponentCount() { @@ -95,7 +94,7 @@ public class StatusBar extends JPanel { /** * Returns all side components in order. - * + * * @return All side components */ public List getSideComponents() { @@ -104,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 */ @@ -116,7 +115,7 @@ public class StatusBar extends JPanel { /** * Removes the given side component. - * + * * @param sideComponent * The side component to remove */