Re: Color of Disabled Checkboxes
From: Thomas A. Li (tli_at_corporola.com)
Date: 12/10/03
- Next message: Thomas A. Li: "Re: How to convert this function into java?"
- Previous message: YesBalala: "JRE 1.4.2_02 hsperfdata_SYSTEM"
- In reply to: Antonio: "Color of Disabled Checkboxes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 10 Dec 2003 20:36:33 GMT
use setBackground(Color c) in its parent Componemt.
"Antonio" <dottavio@ised.it> wrote in message
news:fb35ea96.0312100328.5602fe58@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
- Next message: Thomas A. Li: "Re: How to convert this function into java?"
- Previous message: YesBalala: "JRE 1.4.2_02 hsperfdata_SYSTEM"
- In reply to: Antonio: "Color of Disabled Checkboxes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|