X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fjbgui%2FGTreePanel.java;h=3417734c99e9c6490f7219a57ef1d4a14f6cede8;hb=ad15cff29620f960119f80176f1fd443da9f6763;hp=47f94c51b22fc683f1e02c4e5e0cf1eea1709f47;hpb=cb5d856b1304448cae13a333cbd9017f81520d90;p=jalview.git diff --git a/src/jalview/jbgui/GTreePanel.java b/src/jalview/jbgui/GTreePanel.java index 47f94c5..3417734 100755 --- a/src/jalview/jbgui/GTreePanel.java +++ b/src/jalview/jbgui/GTreePanel.java @@ -1,19 +1,21 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) - * Copyright (C) 2014 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * * 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. + * as published by the Free Software Foundation, either version 3 + * of the License, or (at your option) any later version. * * 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 . + * You should have received a copy of the GNU General Public License + * along with Jalview. If not, see . * The Jalview Authors are detailed in the 'AUTHORS' file. */ package jalview.jbgui; @@ -116,7 +118,8 @@ public class GTreePanel extends JInternalFrame { } }); - sortAssocViews.setText(MessageManager.getString("label.sort_alignment_by_tree")); + sortAssocViews.setText(MessageManager + .getString("label.sort_alignment_by_tree")); sortAssocViews.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(ActionEvent e) @@ -132,7 +135,8 @@ public class GTreePanel extends JInternalFrame font_actionPerformed(e); } }); - bootstrapMenu.setText(MessageManager.getString("label.show_bootstrap_values")); + bootstrapMenu.setText(MessageManager + .getString("label.show_bootstrap_values")); bootstrapMenu.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(ActionEvent e) @@ -175,8 +179,10 @@ public class GTreePanel extends JInternalFrame }); saveAsMenu.setText(MessageManager.getString("action.save_as")); placeholdersMenu - .setToolTipText(MessageManager.getString("label.marks_leaves_tree_not_associated_with_sequence")); - placeholdersMenu.setText(MessageManager.getString("label.mark_unlinked_leaves")); + .setToolTipText(MessageManager + .getString("label.marks_leaves_tree_not_associated_with_sequence")); + placeholdersMenu.setText(MessageManager + .getString("label.mark_unlinked_leaves")); placeholdersMenu.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) @@ -184,7 +190,8 @@ public class GTreePanel extends JInternalFrame placeholdersMenu_actionPerformed(e); } }); - textbox.setText(MessageManager.getString("label.out_to_textbox") + "..."); + textbox.setText(MessageManager.getString("label.out_to_textbox") + + "..."); textbox.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) @@ -200,7 +207,8 @@ public class GTreePanel extends JInternalFrame originalSeqData_actionPerformed(e); } }); - associateLeavesMenu.setText(MessageManager.getString("label.associate_leaves_with")); + associateLeavesMenu.setText(MessageManager + .getString("label.associate_leaves_with")); this.getContentPane().add(scrollPane, BorderLayout.CENTER); jMenuBar1.add(fileMenu); jMenuBar1.add(viewMenu);