JDK-2171735 : Windows LAF: ActiveWindowsIcon should not be greedy with fallback icon
  • Type: Backport
  • Backport of: JDK-6792401
  • Component: client-libs
  • Sub-Component: javax.swing
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2009-01-20
  • Updated: 2011-03-07
  • Resolved: 2011-03-07
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 6 JDK 7
6u14Fixed 7 b46Fixed
Comments
EVALUATION (Copied from master CR): Unfortunately once WindowsLAF replaces the original icons with ActiveValues, there's no reliable way to get the original icons without resolving the lazy values. And we need them as fallback images. So we could keep names of the images as fallback values. Yes, this means some code from Basic is going to be duplicated in WinLAF.
22-01-2009