final static boolean __ALLOW_PHYLOGENETIC_INFERENCE = true;
public final static String PRG_NAME = "Archaeopteryx";
final static String VERSION = "0.9921 beta";
- final static String PRG_DATE = "170214";
+ final static String PRG_DATE = "170301";
final static String DEFAULT_CONFIGURATION_FILE_NAME = "_aptx_configuration_file";
final static String[] DEFAULT_FONT_CHOICES = {
"Arial Unicode MS", "Dialog", "SansSerif", "Sans", "Arial", "Helvetica" };
}
}
final boolean disallow_shortcutting = ( dynamic_hiding_factor < 40 )
- || getControlPanel().isUseVisualStyles() || getOptions().isShowDefaultNodeShapesForMarkedNodes()
- || ( ( getFoundNodes0() != null ) && !getFoundNodes0().isEmpty() )
- || ( ( getFoundNodes1() != null ) && !getFoundNodes1().isEmpty() )
- || ( ( getCurrentExternalNodes() != null ) && !getCurrentExternalNodes().isEmpty() )
+ /* || getControlPanel().isUseVisualStyles() || getOptions().isShowDefaultNodeShapesForMarkedNodes()*/ //TODO check if this is really not needed.
|| to_graphics_file || to_pdf;
for( final PhylogenyNode element : _nodes_in_preorder ) {
paintNodeRectangular( g,