我用quaqua做swing的lookandfeel,现在可以正常显示那种苹果的界面,可是老是会出一个警告,好像是缺少某一个文件
警告如下:Warning: ch.randelshofer.quaqua.util.Preferences failed to load Mac OS X global system preferences
java.io.FileNotFoundException: C:\Documents and Settings\admin\Library\Preferences\.GlobalPreferences.plist (系统找不到指定的路径。)

at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileReader.<init>(Unknown Source)
at ch.randelshofer.quaqua.util.Preferences.readPList(Preferences.java:108)