I have searched the net and can't find the specific thing that would help me out. I have my Swing Worker class doing some work in the background, while that is happening i would like to disable everything on my UI.
I don't want to go from one button to the next (Jlist, Jtable) etc and disabling everything. is there an easier way; Like drawing something on top of my UI and then removing it when Swing Worker is done? can somebody show me how to do something like that. Or what would be your suggestion.
I already know how to get a notice when Swing Worker is done. just looking for the best way to disable everything.