final static boolean __ALLOW_PHYLOGENETIC_INFERENCE = true;
public final static boolean __RELEASE = true; // TODO remove me
public final static boolean __SNAPSHOT_RELEASE = true; // TODO remove me
- public final static boolean __SYNTH_LF = true; // TODO remove me
-
-
+ public final static boolean __SYNTH_LF = false; // TODO remove me
public final static String PRG_NAME = "Archaeopteryx";
final static String VERSION = "0.962 beta B48";
final static String PRG_DATE = "2011.05.27";
if ( Constants.__SYNTH_LF ) {
try {
final SynthLookAndFeel synth = new SynthLookAndFeel();
- synth.load( MainFrameApplication.class.getResourceAsStream( "synth_look_and_feel_1.xml" ),
+ synth.load( MainFrameApplication.class.getResourceAsStream( "/resources/synth_look_and_feel_1.xml" ),
MainFrameApplication.class );
UIManager.setLookAndFeel( synth );
}