Skip to content

Commit 53c2ece

Browse files
committed
Mac UI stuff
1 parent 45008da commit 53c2ece

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed
-1.22 MB
Binary file not shown.

src/dr/app/beauti/BeautiApp.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
package dr.app.beauti;
2727

28-
import ch.randelshofer.quaqua.util.Methods;
2928
import dr.app.beast.BeastVersion;
3029
import dr.app.util.Arguments;
3130
import dr.app.util.OSType;
@@ -200,10 +199,7 @@ public void run() {
200199
// }
201200

202201
//set the Quaqua Look and Feel in the UIManager
203-
Class quaquaManagerClass = Class.forName("ch.randelshofer.quaqua.QuaquaManager");
204-
String lafName = (String) Methods.invokeStatic(quaquaManagerClass, "getLookAndFeelClassName");
205-
206-
UIManager.setLookAndFeel(lafName );
202+
UIManager.setLookAndFeel("ch.randelshofer.quaqua.QuaquaLookAndFeel");
207203
lafLoaded = true;
208204
} catch (Exception e) {
209205
}

0 commit comments

Comments
 (0)