I have a JFrame that pop-ups a JDialog that has focus. I run into trouble when the user clicks on another application that he\she is running and then clicks back on the JFrame.
Unfortunately, the JFrame comes up on top of the JDialog, even though the JDialog has focus. To the user, it looks like the application is locked up. He\she can see the JDialog again by minimizing all windows in front of it.
Has anyone ran into this before and know how to fix it? Thanks a bunch.