Guys I want to change the appearance of a disabled JRadioButton, JCheckBox
This code works well for ComboBox but when replaced by CheckBox or RadioButton no effect.
    UIManager.put("ComboBox.disabledForeground", Color.BLACK);
Also i want the Button to be non-editable. So dont suggest options like
    RadioButton.setEnabled(false);