JDK-6438050 : WinL&F: On XP the JComboBox insets are wrong.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2006-06-13
  • Updated: 2010-04-02
  • Resolved: 2006-07-11
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
6Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
When running the XP Look and Feel the insets on JComboBoxes are incorrect. They are 3px on each side instead of 2px like native. Note that in native comboboxes the insets are 3px on the right side, but 2px on the others.

This is probably a regression caused by 6382711.

See attached image that shows the problem.

Comments
EVALUATION This is a regression caused by the previous combo box sizing fixes. Some slight sizing adjustments need to be made.
28-06-2006