JDK-6601200 : Nimbus L&F: ComboBoxes in JFileChooser look wrong
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6u5
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2007-09-05
  • Updated: 2011-02-16
  • Resolved: 2007-11-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
6u10 b07Fixed
Related Reports
Duplicate :  
Relates :  
Description
The combo boxes look incorrect in JFileChooser. The problem is that SynthFileChooserUIImpl provides custom renderers for the combo boxes. The problem is that these renderers don't look like nimbus combo boxes. The borders and edges all look wrong.

Comments
EVALUATION The problem is with the renderers for the combo boxes. Either we need our renderers in SynthComboBoxImpl to delegate to the "normal" renderers, or we need to do some clever work to determine whether the renderer should be opaque or not. I suspect the later is a better solution, though I have tested the former and it certainly works.
05-09-2007