From: cmzmasek Date: Sun, 30 Dec 2012 01:28:24 +0000 (+0000) Subject: Can now set the initial window size via configuration file for application and ArchA... X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=713d694ab9ab4e0701fd756af1ea2a892f96ade9;p=jalview.git Can now set the initial window size via configuration file for application and ArchA applet. --- diff --git a/forester/java/src/org/forester/archaeopteryx/Configuration.java b/forester/java/src/org/forester/archaeopteryx/Configuration.java index 8a108dd..7cefee5 100644 --- a/forester/java/src/org/forester/archaeopteryx/Configuration.java +++ b/forester/java/src/org/forester/archaeopteryx/Configuration.java @@ -163,17 +163,17 @@ public final class Configuration { String default_config_filename = Constants.DEFAULT_CONFIGURATION_FILE_NAME; final static String display_options[][] = { { "Phylogram", "display", "?" }, { "Node Name", "display", "yes" }, { "Taxonomy Code", "display", "yes" }, - { "Annotation", "nodisplay", "no" }, { "Confidence Values", "display", "?" }, { "Event", "display", "?" }, + { "Annotation", "nodisplay", "no" }, { "Confidence Values", "display", "?" }, { "Node Events", "display", "?" }, { "Taxonomy Colorize", "display", "yes" }, { "Colorize Branches", "display", "no" }, { "Use Branch-Widths", "display", "no" }, { "Show Custom Nodes", "display", "yes" }, { "Domains", "nodisplay", "no" }, { "Binary Characters", "nodisplay", "no" }, - { "Binary Char Counts", "nodisplay", "no" }, { "Prot/Gene Name", "display", "yes" }, - { "Prot/Gene Acc", "display", "no" }, { "Show Internal Data", "display", "yes" }, + { "Binary Char Counts", "nodisplay", "no" }, { "Seq Name", "display", "yes" }, + { "Seq Acc", "display", "no" }, { "Show Internal Data", "display", "yes" }, { "Dyna Hide", "display", "yes" }, { "Taxonomy Scientific", "display", "yes" }, { "Taxonomy Common", "display", "no" }, { "Annotation Colorize", "nodisplay", "no" }, - { "Prot/Gene Symbol", "display", "yes" }, { "Rollover", "display", "yes" }, - { "Relation Confidence", "display", "no" }, { "Vector Data", "display", "no" }, - { "Taxonomy Images", "display", "no" }, { "Properties", "display", "no" } }; + { "Seq Symbol", "display", "yes" }, { "Rollover", "display", "yes" }, + { "Relation Confidence", "nodisplay", "no" }, { "Vector Data", "nodisplay", "no" }, + { "Taxonomy Images", "display", "no" }, { "Properties", "nodisplay", "no" } }; final static String clickto_options[][] = { { "Display Node Data", "display" }, { "Collapse/Uncollapse", "display" }, { "Root/Reroot", "display" }, { "Sub/Super Tree", "display" }, { "Swap Descendants", "display" }, { "Colorize Subtree", "display" },