views:

9

answers:

0

I'm a hobbyist programmer. My disabled AWT Checkbox with label passed in constructor is not being displayed how I think it should on my WindowsXP x64 machine. The text label gets grayed out, but the actual checkbox area background remains white. I expected it to have a gray background like when it is in the mousePressed state. The Swing one displays as expected, but I don't want to use Swing.

Is this a known issue? Do other people have this? Is there any workaround (without using Swing)?