My question is this: Default change the color to give a JTextField setEnabled (false) for example is black and proven with UIManager results but have not had any suggestions.
Greetings.
My question is this: Default change the color to give a JTextField setEnabled (false) for example is black and proven with UIManager results but have not had any suggestions.
Greetings.
To change disabled background color try this:
You can change disabled text color using setDisabledTextColor, i.e.:
EDIT: include SSCCE