X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fjbgui%2FGTreePanel.java;h=b492c217e625d457d2b52cdb4b414ecd696c8b0a;hb=2799bb913bbda0455b0f5f43737da678794e1961;hp=2b2794670b6e663b19061fe8dc1c807c7a94e04f;hpb=4cea7a0328724b90a6a7c16ae8c926e0cc12cedd;p=jalview.git diff --git a/src/jalview/jbgui/GTreePanel.java b/src/jalview/jbgui/GTreePanel.java index 2b27946..b492c21 100755 --- a/src/jalview/jbgui/GTreePanel.java +++ b/src/jalview/jbgui/GTreePanel.java @@ -1,19 +1,22 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8) - * Copyright (C) 2012 J Procter, AM Waterhouse, LM Lui, J Engelhardt, G Barton, M Clamp, S Searle + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2) + * Copyright (C) 2014 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; @@ -115,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) @@ -131,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) @@ -174,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) @@ -183,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) @@ -199,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);