From: David ‘Bombe’ Roden Date: Mon, 7 Apr 2008 18:24:35 +0000 (+0000) Subject: push help menu to the right end of the menu bar X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=d3151d3ac5ded6fefa8e1c4927d4d30893bb5346;p=jSite2.git push help menu to the right end of the menu bar git-svn-id: http://trooper/svn/projects/jSite/trunk@648 c3eda9e8-030b-0410-8277-bc7414b0a119 --- diff --git a/src/net/pterodactylus/jsite/gui/MainWindow.java b/src/net/pterodactylus/jsite/gui/MainWindow.java index 30a9eea..19982e9 100644 --- a/src/net/pterodactylus/jsite/gui/MainWindow.java +++ b/src/net/pterodactylus/jsite/gui/MainWindow.java @@ -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);