I have developed a user defined class that extend to the java Frame class. It creates a popup Frame with a simple message and a couple of button inside it. What I want to do is disable everything in the window behind this Frame until the user clicks on one of the buttons and the Frame closes.
Any ideas on how to do this or if it is even possible? Keep in mind that I want the Frame to disable the background window regardless of what is in it. This means that I can not just disable individual controls which would take forever anyways.
Any ideas on how to do this or if it is even possible? Keep in mind that I want the Frame to disable the background window regardless of what is in it. This means that I can not just disable individual controls which would take forever anyways.