X-Git-Url: https://git.pterodactylus.net/?p=jSite2.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fgui%2FNodeLabel.java;h=1d382fbdcd89bcfc79401756d60502513590af1a;hp=8d3d0988d4df5159f81cceb14f3d3a8a3d940c4d;hb=c63257e8cc0ba1a5aca9364b22171abe7279d479;hpb=55be4a9e8373d72a9e1c25a3c8150651bb19679d diff --git a/src/net/pterodactylus/jsite/gui/NodeLabel.java b/src/net/pterodactylus/jsite/gui/NodeLabel.java index 8d3d098..1d382fb 100644 --- a/src/net/pterodactylus/jsite/gui/NodeLabel.java +++ b/src/net/pterodactylus/jsite/gui/NodeLabel.java @@ -42,7 +42,7 @@ import net.pterodactylus.jsite.i18n.gui.I18nLabel; * A node label is a small component that sits in the status bar, displays the * current status of a node and offers a context menu to connect and disconnect * from the node. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class NodeLabel extends JLabel implements PropertyChangeListener, MouseListener, I18nable { @@ -70,7 +70,7 @@ public class NodeLabel extends JLabel implements PropertyChangeListener, MouseLi /** * Creates a new node label. - * + * * @param swingInterface * The Swing interface * @param node @@ -145,7 +145,7 @@ public class NodeLabel extends JLabel implements PropertyChangeListener, MouseLi /** * Checks whether the given mouse event is a trigger for popup menues and * shows the popup menu if it is. - * + * * @param mouseEvent * The mouse event to check for being a popup trigger */