How to disable a JCheckBox and leave the text the original color?
843806Sep 4 2008 — edited Sep 5 2008When a JCheckBox is disabled, its text gets dim (gray). I need to just dim the checkbox but leave the text the original color.
I can't find the code where the text color changes when the box is disabled...
(I have found the code that draws the square and the box at: com.sun.java.swing.plaf.windows.WindowsIconFactory .)
Any ideas?