X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Farchaeopteryx%2FPhyloInferenceDialog.java;h=0b99bf8a8432668ccf813155dfe5c8796bec69dc;hb=775c5ac0371ef0cfc3c4f34a2719903fa228e9e0;hp=bfc937d43deaedf1f2eb67faac40f70229c745f2;hpb=ccf4c584032d16ed0ed8d0678f01305887724f96;p=jalview.git diff --git a/forester/java/src/org/forester/archaeopteryx/PhyloInferenceDialog.java b/forester/java/src/org/forester/archaeopteryx/PhyloInferenceDialog.java index bfc937d..0b99bf8 100644 --- a/forester/java/src/org/forester/archaeopteryx/PhyloInferenceDialog.java +++ b/forester/java/src/org/forester/archaeopteryx/PhyloInferenceDialog.java @@ -5,7 +5,7 @@ // Copyright (C) 2010 Christian M Zmasek // Copyright (C) 2010 Sanford-Burnham Medical Research Institute // All rights reserved -// +// // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either @@ -15,7 +15,7 @@ // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Lesser General Public License for more details. -// +// // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA @@ -235,6 +235,7 @@ public class PhyloInferenceDialog extends JDialog implements ActionListener { setResizable( false ); } + @Override public void actionPerformed( final ActionEvent e ) { if ( e.getSource() == _select_input_msa_btn ) { readInputFile();