Hi. I was wondering how I could change the background and foreground on a component that has been disabled.
I have run in to a couple of problems.
I have a JTextField disabled and I am able change the background color, but I can't seem to get the foreground color to change??
I also have a JComboBox that I have disabled. I can change the background to white, but the list part of it is still grey. How do I change the list part of the component and the foreground as well?
Any help would be appreciated!
Thanks.