
Wolf
By: a guest on
Jul 8th, 2011 | syntax:
Java | size: 0.45 KB | hits: 77 | expires: Never
...
...
...
*/
public Spark() {
}
public void startup() {
if (Spark.isWindows(){
USER_SPARK_HOME = "C:\\temp";
} else {
USER_SPARK_HOME = "/tmp/";
}
String current = System.getProperty("java.library.path");
String classPath = System.getProperty("java.class.path");
// Set UIManager properties for JTree
System.setProperty("apple.laf.useScreenMenuBar", "true");
...
...