X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Farchaeopteryx%2FMainFrame.java;h=4ade5da273dc6a90db247b2b045f217344103981;hb=b79b32bb7a7f0f7a70343acadb8c33e094a3c485;hp=48c52e86e2a39856675d221731472974410a89a8;hpb=ccf4c584032d16ed0ed8d0678f01305887724f96;p=jalview.git diff --git a/forester/java/src/org/forester/archaeopteryx/MainFrame.java b/forester/java/src/org/forester/archaeopteryx/MainFrame.java index 48c52e8..4ade5da 100644 --- a/forester/java/src/org/forester/archaeopteryx/MainFrame.java +++ b/forester/java/src/org/forester/archaeopteryx/MainFrame.java @@ -4,7 +4,7 @@ // // Copyright (C) 2008-2010 Christian M. Zmasek // 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 @@ -14,7 +14,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 @@ -874,9 +874,8 @@ public abstract class MainFrame extends JFrame implements ActionListener { options.setAntialiasPrint( ( _antialias_print_cbmi != null ) && _antialias_print_cbmi.isSelected() ); options.setPrintBlackAndWhite( ( _print_black_and_white_cbmi != null ) && _print_black_and_white_cbmi.isSelected() ); - options - .setInternalNumberAreConfidenceForNhParsing( ( _internal_number_are_confidence_for_nh_parsing_cbmi != null ) - && _internal_number_are_confidence_for_nh_parsing_cbmi.isSelected() ); + options.setInternalNumberAreConfidenceForNhParsing( ( _internal_number_are_confidence_for_nh_parsing_cbmi != null ) + && _internal_number_are_confidence_for_nh_parsing_cbmi.isSelected() ); options.setExtractPfamTaxonomyCodesInNhParsing( ( _extract_pfam_style_tax_codes_cbmi != null ) && _extract_pfam_style_tax_codes_cbmi.isSelected() ); options.setReplaceUnderscoresInNhParsing( ( _replace_underscores_cbmi != null ) @@ -1064,8 +1063,7 @@ public abstract class MainFrame extends JFrame implements ActionListener { sb.append( "Mouse wheel+Ctrl changes the text size.\n" ); sb.append( "Mouse wheel+Shift controls zooming in vertical direction only.\n" ); sb.append( "Use the buttons on the control panel to zoom the tree in and out, horizontally or vertically.\n" ); - sb - .append( "The entire tree can be fitted into the window by clicking the \"F\" button, or by pressing F, Delete, or Home.\n" ); + sb.append( "The entire tree can be fitted into the window by clicking the \"F\" button, or by pressing F, Delete, or Home.\n" ); sb.append( "The up, down, left, and right keys can be used to move the visible part (if zoomed in).\n" ); sb.append( "Up, down, left, and right+Shift can be used to control zooming horizontally and vertically.\n" ); sb.append( "Plus and minus keys+Ctrl change the text size; F+Ctrl, Delete+Ctrl, or Home+Ctrl resets it.\n\n" ); @@ -1076,8 +1074,7 @@ public abstract class MainFrame extends JFrame implements ActionListener { sb.append( "Memory problems (Java heap space error)\n" ); sb.append( "---------------------------------------\n" ); sb.append( "Since the Java default memory allocation is quite small, it might by necessary (for trees\n" ); - sb - .append( "with more than approximately 5000 external nodes) to increase the memory which Java can use, with\n" ); + sb.append( "with more than approximately 5000 external nodes) to increase the memory which Java can use, with\n" ); sb.append( "the '-Xmx' Java command line option. For example:\n" ); sb.append( "java -Xms32m -Xmx256m -cp path\\to\\forester.jar org.forester.archaeopteryx.Archaeopteryx\n\n" ); if ( ( weblinks != null ) && ( weblinks.size() > 0 ) ) {