From: cmzmasek@gmail.com Date: Tue, 5 Jul 2011 23:25:08 +0000 (+0000) Subject: in progress X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=5602ecbddc5c6daef8683f5e682130c3b919d6d5;p=jalview.git in progress --- diff --git a/forester/java/src/org/forester/archaeopteryx/Constants.java b/forester/java/src/org/forester/archaeopteryx/Constants.java index 97439b4..088cf93 100644 --- a/forester/java/src/org/forester/archaeopteryx/Constants.java +++ b/forester/java/src/org/forester/archaeopteryx/Constants.java @@ -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"; diff --git a/forester/java/src/org/forester/archaeopteryx/MainFrameApplication.java b/forester/java/src/org/forester/archaeopteryx/MainFrameApplication.java index 9937124..461f9f3 100644 --- a/forester/java/src/org/forester/archaeopteryx/MainFrameApplication.java +++ b/forester/java/src/org/forester/archaeopteryx/MainFrameApplication.java @@ -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 ); }