in progress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Tue, 5 Jul 2011 23:25:08 +0000 (23:25 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Tue, 5 Jul 2011 23:25:08 +0000 (23:25 +0000)
forester/java/src/org/forester/archaeopteryx/Constants.java
forester/java/src/org/forester/archaeopteryx/MainFrameApplication.java

index 97439b4..088cf93 100644 (file)
@@ -39,9 +39,7 @@ public final class Constants {
     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";
index 9937124..461f9f3 100644 (file)
@@ -241,7 +241,7 @@ public final class MainFrameApplication extends MainFrame {
             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 );
                 }