1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-19 13:54:23 +01:00

Moving setting of Linux look and feel from linux/Platform.java to arduino script.

This commit is contained in:
David A. Mellis 2009-08-11 23:05:18 +00:00
parent 4a220ef09c
commit 018ff13d8b
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ public class Platform extends processing.app.Platform {
// This is available in Java 1.4.2 and later, and it can't possibly
// be any worse than Metal. (Ocean might also work, but that's for
// Java 1.5, and we aren't going there yet)
UIManager.setLookAndFeel("com.sun.java.swing.plaf.gtk.GTKLookAndFeel");
//UIManager.setLookAndFeel("com.sun.java.swing.plaf.gtk.GTKLookAndFeel");
}

View File

@ -17,4 +17,4 @@ export LD_LIBRARY_PATH
export PATH="${APPDIR}/java/bin:${PATH}"
java processing.app.Base
java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel processing.app.Base