whitespace
[jSite2.git] / src / net / pterodactylus / jsite / gui / MainWindow.java
index 6a6e035..8748315 100644 (file)
@@ -88,13 +88,13 @@ public class MainWindow extends JFrame implements WindowListener, I18nable, Prop
 
        /** The icon for offline nodes. */
        private Icon offlineIcon;
-       
+
        /** The icon for online nodes. */
        private Icon onlineIcon;
-       
+
        /** The icon for error nodes. */
        private Icon errorIcon;
-       
+
        /** The content pane. */
        private JPanel contentPane = new JPanel(new BorderLayout(12, 12));
 
@@ -347,7 +347,7 @@ public class MainWindow extends JFrame implements WindowListener, I18nable, Prop
                onlineIcon = IconLoader.loadIcon("/node-online.png");
                offlineIcon = IconLoader.loadIcon("/node-offline.png");
                errorIcon = IconLoader.loadIcon("/node-error.png");
-               
+
                JMenuBar menuBar = new JMenuBar();
 
                jSiteMenu = new I18nMenu("mainWindow.menu.jSite");