I'm doing something very arbitrary, and mainly due to my OCD, but to make a long story short I'd like to remove the asynchronous update on JButtons and invoke repaint() when buttons need to be changed.
Is there any way to do this short of overwriting the overwritten imageUpdate method that JButton implements? I'm working on an assignment and can only turn in a limited number of files.
I appreciate any responses :)
Seeing as it's homework, and I'm in a very large class with some fairly strict regulation against cheating/copy-pasting, I don't feel comfortable with posting my sample code. I'd prefer if any answers were hypothetical! Thanks again for any help.