Property String | Object Type |
RadioButton.background | Color |
RadioButton.border | Border |
RadioButton.darkShadow | Color |
RadioButton.disabledText | Color |
RadioButton.focus | Color |
RadioButton.focusInputMap | Object[ ] |
RadioButton.font | Font |
RadioButton.foreground | Color |
RadioButton.gradient | List |
RadioButton.highlight | Color |
RadioButton.icon | Icon |
RadioButton.interiorBackground | Color |
RadioButton.light | Color |
RadioButton.margin | Insets |
RadioButton.rollover | Boolean |
RadioButton.select | Color |
RadioButton.shadow | Color |
RadioButton.textIconGap | Integer |
RadioButton.textShiftOffset | Integer |
RadioButtonUI | String |
14.9.JRadioButton | ||||
14.9.1. | Creating JRadioButton Components | |||
14.9.2. | Using JRadioButton | |||
14.9.3. | Grouping JRadioButton Components in a ButtonGroup | |||
14.9.4. | Determining the Selected JRadioButton in a Button Group | |||
14.9.5. | Listening to JRadioButton Events with an ActionListener | |||
14.9.6. | Reference to the last selected item and check for reselection | |||
14.9.7. | Listening to JRadioButton Events with a ChangeListener | |||
14.9.8. | Listening to JRadioButton Events with an ItemListener | |||
14.9.9. | Event sequence: Action Event, Item Event and Change Event | |||
14.9.10. | Getting selected JRadioButton in a container | |||
14.9.11. | Customizing JRadioButton Look and Feel |