Re: Color of Disabled Checkboxes

From: nos (nos_at_nospam.com)
Date: 12/11/03


Date: Thu, 11 Dec 2003 00:26:46 GMT

follow advise given to you in comp.lang.java

"Antonio" <dottavio@ised.it> wrote in message
news:fb35ea96.0312100331.39d464b2@posting.google.com...
> Good Morning,
> for my application I need to set the disabled color of the checkboxes
> to blue,
> how can I do this ???
> I know for the combo there is
>
> UIManager.put("ComboBox.disabledForeground", new Color(0,0,255));
>
> but seems there is nothing of similar for the checkbox, maybe SUN
> doesn't think to this ??? Can you help me to ha ve a blue disabled
> checkbox ???
>
> Thanks
>
> Ing. Antonio D'Ottavio