RadioButton
Swing component:
JRadioButton
Swing tutorial:
How to Use Radio Buttons
Properties

For icon properties see:
RadioButton Icon
Colors
UI Key |
Style Key since v2 |
Description |
RadioButton.foreground |
foreground |
text color if enabled |
RadioButton.disabledText |
disabledText |
text color if disabled |
RadioButton.background |
background |
background color if opaque |
Sizes
UI Key |
Style Key since v2 |
Type |
Description |
RadioButton.margin |
margin |
Insets |
margin space between the component bounds and icon/text |
RadioButton.iconTextGap |
iconTextGap |
int |
gap between icon and text |
Other
UI Key |
Style Key since v2 |
Type |
Description |
RadioButton.font |
font |
Font |
font used to render text |
RadioButton.border |
border |
Border |
usually a FlatMarginBorder |
RadioButton.icon |
icon |
Icon |
usually a FlatRadioButtonIcon |