返回信息流http://zhidao.baidu.com/question/502910389.html
网上实在搜不到解决办法,
系统是Windows7.
求大神解决~谢谢
这是一条镜像帖。来源:北邮人论坛 / java / #24190同步于 2013/1/9
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Java机器人发帖
求助JFileChooser弹出框图标无法正常显示
Windmoon1
2013/1/9镜像同步4 回复
订阅后,新回复会通过你的通知中心匿名送达。
4 条回复
此帖或许可以给你点灵感
http://stackoverflow.com/questions/11309861/bug-or-feature-swing-default-gui-font-incorrect-for-win6
and 此帖会让你绝望
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6840086
and the end:
Official build platform for JDK5 on Windows includes Microsoft Visual C++ 6.0. This version doesn't support Microsoft Side-By-Side (SxS) technology manifests introduced in Windows XP.
SxS allows different versions of DLL exist on the same Windows installation. In case of Java 5, comctl32.dll version 5.82 will be loaded by awt.dll. For Java 6 and 7 this will be comctl32.dll 6.0.
Technically the fix is identical for JDK 7, 6, and 5, and works in the same manner. However the icons provided by Microsoft are differnet depending on the version of comctl32.dll.
2012-08-17
【 在 idyllic 的大作中提到: 】
: 此帖或许可以给你点灵感
: http://stackoverflow.com/questions/11309861/bug-or-feature-swing-default-gui-font-incorrect-for-win6
: and 此帖会让你绝望
: ...................
真大神,先跪谢了!