Click to See Complete Forum and Search --> : Background color JheckBox and JRadioButton


nostromos
06-03-2006, 11:04 PM
Holas;

How to changing the background color in the control JCheckBox and JRadioButton???

Now programming using NetBeans v 5.0. IDE, SO WinXP.

Nos vemos

Khalid Ali
06-05-2006, 02:19 PM
u can use
public void setBackground(Color bg);
Its always good to lookup such methods in API's