mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Update UI with syntehtica.
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@6621 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<sourceFolder url="file://$MODULE_DIR$/../../src/java" isTestSource="false" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/../../target" />
|
||||
</content>
|
||||
<orderEntry type="jdk" jdkName="1.6" jdkType="JavaSDK" />
|
||||
<orderEntry type="jdk" jdkName="JDK 1.5.0" jdkType="JavaSDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module-library" exported="">
|
||||
<library>
|
||||
|
||||
@ -113,12 +113,14 @@ public final class Spark {
|
||||
String classname = UIManager.getSystemLookAndFeelClassName();
|
||||
|
||||
if (classname.indexOf("Windows") != -1) {
|
||||
|
||||
try {
|
||||
UIManager.setLookAndFeel(new SyntheticaBlueMoonLookAndFeel());
|
||||
}
|
||||
catch (ParseException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
installBaseUIProperties();
|
||||
}
|
||||
else if (classname.indexOf("mac") != -1 || classname.indexOf("apple") != -1) {
|
||||
|
||||
Reference in New Issue
Block a user