JDK-2205192 : JFileChooser lacks icons on top right when running on Windows 7
  • Type: Backport
  • Backport of: JDK-6840086
  • Component: client-libs
  • Sub-Component: javax.swing
  • Priority: P3
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 2011-01-14
  • Updated: 2012-09-20
  • Resolved: 2012-09-20
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7Fixed
Comments
EVALUATION 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.
17-08-2012

EVALUATION See parent CR.
04-08-2011