public final static Configuration APTX_CONFIG = new Configuration(
CONFIG_LOC,
false, false);
- // static
- // {
- // APTX_CONFIG.setBaseFontFamilyName(
- // Desktop.instance.getFont().getFamily().replaceAll(" ", "_"));
- // APTX_CONFIG.setBaseFontSize(Desktop.instance.getFont().getSize());
- // }
+ static
+ {
+ APTX_CONFIG.setBaseFontSize(Desktop.instance.getFont().getSize());
+ APTX_CONFIG
+ .setBaseFontFamilyName(Desktop.instance.getFont().getFamily());
+ }
private final static boolean VALIDATE_PHYLOXML_XSD = APTX_CONFIG
.isValidatePhyloXmlAgainstSchema();
Desktop.instance.startLoading(treeTitle);
}
+
Phylogeny aptxPhylogeny = Phylogeny
.createInstanceFromNhxString(nhxString);
aptxPhylogeny.setName(treeTitle);