JCheckBox color
843805Mar 16 2006 — edited Mar 27 2006Anyone know how to make a JCheckBox look white instead of gray? I'm using 1.4 with the MetalLookAndFeel.
No, I don't want to use setBackground(Color c), as this will change the color of the text as well. I'm only interested in having the "box" part of the component white.
Any ideas?