X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fjbgui%2FGDesktop.java;h=16fe9a92138c9f7302f223b34dd7581b4dc07a00;hb=27d1490bba5753b3f9c8fac0647cfe8148c53310;hp=773267d1df5f05666cd54a07681c5d9acc8ac7a2;hpb=17c8e30466e7a52708ed95465151dd254617a7e4;p=jalview.git diff --git a/src/jalview/jbgui/GDesktop.java b/src/jalview/jbgui/GDesktop.java index 773267d..16fe9a9 100755 --- a/src/jalview/jbgui/GDesktop.java +++ b/src/jalview/jbgui/GDesktop.java @@ -1,20 +1,19 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Development Version 2.4.1) - * Copyright (C) 2009 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7) + * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of Jalview. * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with Jalview. If not, see . */ package jalview.jbgui; @@ -88,7 +87,9 @@ public class GDesktop extends JFrame JMenuItem garbageCollect = new JMenuItem(); protected JCheckBoxMenuItem showConsole = new JCheckBoxMenuItem(); - + + protected JCheckBoxMenuItem showNews = new JCheckBoxMenuItem(); + /** * Creates a new GDesktop object. */ @@ -121,7 +122,7 @@ public class GDesktop extends JFrame * DOCUMENT ME! * * @throws Exception - * DOCUMENT ME! + * DOCUMENT ME! */ private void jbInit() throws Exception { @@ -307,6 +308,14 @@ public class GDesktop extends JFrame showConsole_actionPerformed(e); } }); + showNews.setText("Show Jalview News"); + showNews.addActionListener(new ActionListener() + { + public void actionPerformed(ActionEvent e) + { + showNews_actionPerformed(e); + } + }); desktopMenubar.add(FileMenu); desktopMenubar.add(toolsMenu); VamsasMenu.setVisible(false); @@ -331,6 +340,7 @@ public class GDesktop extends JFrame toolsMenu.add(preferences); toolsMenu.add(showMemusage); toolsMenu.add(showConsole); + toolsMenu.add(showNews); toolsMenu.add(garbageCollect); inputMenu.add(inputLocalFileMenuItem); inputMenu.add(inputURLMenuItem); @@ -345,9 +355,13 @@ public class GDesktop extends JFrame protected void showConsole_actionPerformed(ActionEvent e) { // TODO Auto-generated method stub - + } + protected void showNews_actionPerformed(ActionEvent e) + { + // TODO Auto-generated method stub + } protected void showMemusage_actionPerformed(ActionEvent e) { // TODO Auto-generated method stub @@ -372,7 +386,7 @@ public class GDesktop extends JFrame * DOCUMENT ME! * * @param e - * DOCUMENT ME! + * DOCUMENT ME! */ protected void inputLocalFileMenuItem_actionPerformed( jalview.gui.AlignViewport av) @@ -383,7 +397,7 @@ public class GDesktop extends JFrame * DOCUMENT ME! * * @param e - * DOCUMENT ME! + * DOCUMENT ME! */ protected void inputURLMenuItem_actionPerformed( jalview.gui.AlignViewport av) @@ -394,7 +408,7 @@ public class GDesktop extends JFrame * DOCUMENT ME! * * @param e - * DOCUMENT ME! + * DOCUMENT ME! */ protected void inputTextboxMenuItem_actionPerformed( jalview.gui.AlignViewport av) @@ -412,7 +426,7 @@ public class GDesktop extends JFrame * DOCUMENT ME! * * @param e - * DOCUMENT ME! + * DOCUMENT ME! */ protected void aboutMenuItem_actionPerformed(ActionEvent e) { @@ -422,7 +436,7 @@ public class GDesktop extends JFrame * DOCUMENT ME! * * @param e - * DOCUMENT ME! + * DOCUMENT ME! */ protected void documentationMenuItem_actionPerformed(ActionEvent e) { @@ -432,7 +446,7 @@ public class GDesktop extends JFrame * DOCUMENT ME! * * @param e - * DOCUMENT ME! + * DOCUMENT ME! */ public void SaveState_actionPerformed(ActionEvent e) { @@ -442,7 +456,7 @@ public class GDesktop extends JFrame * DOCUMENT ME! * * @param e - * DOCUMENT ME! + * DOCUMENT ME! */ protected void preferences_actionPerformed(ActionEvent e) { @@ -452,7 +466,7 @@ public class GDesktop extends JFrame * DOCUMENT ME! * * @param e - * DOCUMENT ME! + * DOCUMENT ME! */ public void saveState_actionPerformed(ActionEvent e) { @@ -462,7 +476,7 @@ public class GDesktop extends JFrame * DOCUMENT ME! * * @param e - * DOCUMENT ME! + * DOCUMENT ME! */ public void loadState_actionPerformed(ActionEvent e) { @@ -472,7 +486,7 @@ public class GDesktop extends JFrame * DOCUMENT ME! * * @param e - * DOCUMENT ME! + * DOCUMENT ME! */ public void loadJalviewAlign_actionPerformed(ActionEvent e) {