When I create a sandbox, the browse dialog box is missing the up/new/list/details icons in the upper right corner. I think it might be related to comdlg32. Anyone know how to get these icons back?
MKS Integrity Client 2009
Build 4.10.0.9049
Service Pack: 006-01
Thanks
/jeff
Solved! Go to Solution.
Hi Jeff,
This was a problem with JFileChooser in Java 6 (the version shipped with the Integrity 2009 releases) and Windows versions with the Aero theme (Vista and later). This was fixed in later versions when we updated the JRE shipped with Integrity 10.5 to Java 7. Until you upgrade, you will see this with the file chooser dialogs but the buttons themselves still work - you just can't see the icons.
For convenience, here is a screenshot of the icons in their order:
Up One Level, New Folder, View Menu
Hi Jeff,
This was a problem with JFileChooser in Java 6 (the version shipped with the Integrity 2009 releases) and Windows versions with the Aero theme (Vista and later). This was fixed in later versions when we updated the JRE shipped with Integrity 10.5 to Java 7. Until you upgrade, you will see this with the file chooser dialogs but the buttons themselves still work - you just can't see the icons.
For convenience, here is a screenshot of the icons in their order:
Up One Level, New Folder, View Menu
Found via a search engine:
Bug ID: JDK-6840086 JFileChooser lacks icons on top right when running on Windows 7
Thanks