I changed the background color of my JTextField to black when it is disabled. I do this using UIManagerthis property TextField.disabledBackground, which I set when the application started. I would like to know how to change the background color when re-enabling JTextField? Thank.
source
share