JDK-6648553 : Nimbus JRadioButton internal left margin kills valid alignment of components
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6u5
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2008-01-09
  • Updated: 2011-02-16
  • Resolved: 2008-03-05
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 b13Fixed
Description
A DESCRIPTION OF THE REQUEST :
When I'm switching my JFrame's to Nimbus L&F all of the JRadioButtons have extra left space, it looks ugly. All of my components is alligned to Left side of the column, all component haven't extra left space before, but JradioButton has!
When i'm using "Windows", "Liquid" or "Meta" L&F JRadioButton has left space equals to JCheckBox, in nimbus it's diferent.

JUSTIFICATION :
Because there is good time to creating good default L&F for Java.

Comments
EVALUATION This is simple Radiobutton has the wrong content margins set in the nimbus xml
07-02-2008