I have a small dialog that is independent from the rest of the whole project. There are several threads that can call this dialog.
The problem is a modal JDialog that shows the progress of the current task. My dialog will be opened behind the progress dialog. There is no possibility to get this dialog.
Is it possible to get the current active dialog so that I can use them as the parent of my new dialog?