JDK-6401166 : Tree icons are no longer rendered correctly with the windows look and feel
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2006-03-20
  • Updated: 2010-05-10
  • Resolved: 2006-03-30
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.
Other JDK 6
5.0u8Fixed 6Resolved
Related Reports
Relates :  
Description
Bring up SwingSet2, switch to the windows look and feel and click on the tree tab. Notice the icons no longer show the '+' indicator.

This regression appears to be introduced by the fix for 6342546. The fix for 6342546 made it so that the black part of the icon is now treated as a transparent bit, and you no longer get the black plus.

Comments
EVALUATION I have backed out the previous fix, 6342546, so this is no longer a bug.
23-03-2006

EVALUATION This bug is indeed caused 6342546. We need to find a different way of determining the real transparency of the bitmap.
22-03-2006