push help menu to the right end of the menu bar
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 7 Apr 2008 18:24:35 +0000 (18:24 +0000)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 7 Apr 2008 18:24:35 +0000 (18:24 +0000)
git-svn-id: http://trooper/svn/projects/jSite/trunk@648 c3eda9e8-030b-0410-8277-bc7414b0a119

src/net/pterodactylus/jsite/gui/MainWindow.java

index 30a9eea..19982e9 100644 (file)
@@ -139,6 +139,7 @@ public class MainWindow extends JFrame implements I18nable {
                        languageMenu.add(languageAction);
                }
 
+               menuBar.add(new JPanel());
                aboutMenu = new I18nMenu("mainWindow.menu.help");
                menuBar.add(aboutMenu);