我遇到了设置quaqua外观并在Windows 7上出现此错误的问题:
Warning: ch.randelshofer.quaqua.util.Preferences failed to load Mac OS X global system preferences
java.io.FileNotFoundException: C:\Users\A.Rahman\Library\Preferences\.GlobalPreferences.plist (The system cannot find the path specified)
这是设置外观的代码:
try {
UIManager.setLookAndFeel("ch.randelshofer.quaqua.QuaquaLookAndFeel");
} catch (Exception e) { e.printStackTrace();
}
答案 0 :(得分:2)
看起来你的lookAndFel它只受mac支持,因为它是在他内部的卡片编码加载.plist(特定于mac)甚至是他在Windows上。
你可以编写lookandfeel的windows实现 你可以写信给开发人员写。 请仔细检查您在Windows上安装的版本。