JDK-6595225 : Nimbus LAF : Selected item color is not seen in disabled list
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6u5
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2007-08-21
  • Updated: 2011-03-05
  • Resolved: 2008-01-25
Related Reports
Duplicate :  
Description
When ever a item is selected in the list, its gets highlighted, & when the jlist is disabled the selected item is still highlighted but in disabled color. But in Nimbus LAF , it is not seen.

Step to reproduce:
---------------------
1) Run the attached program.
2) Select any item from the list. the selected item gets highlighted.
3) Click on the 'Disable' button. Observe that selected item color is not seen.
If you see the same then the bug is reproduced. 
I have attached the screen shot of selected item & disabled list.