Background Color of JRadioButton

Hello, I like to change the Color of the JRadioButton. So far the Color of the Text and the Button I have changed. Only the Color of the Background of the Button(I mean the hole) leaves unchanged. Can anybody help me?thanks in advance!
[249 byte] By [nixphoe666a] at [2007-11-27 9:58:37]
# 1

Not all look-and-feels support custom background. If you're using WindowsLookAndFeel (or System under Windows platform), it doesn't support setting a custom background color (since the button background is painted by the native APIs). This also goes for some third-party LAFs.

Which LAF are you using?

kirillga at 2007-7-13 0:29:17 > top of Java-index,Desktop,Core GUI APIs...