can i change the color of the text of a JButton, when it is disabled?
843804May 10 2005 — edited May 13 2005Hi,
I want to keep the black foreground of my JButton even after I disable it. I have tried using:
.setForeground(Color.black);
but it remains gray. Is there anyway to do this?
thanks!