Hi
my project's main window is a JFrame, through that window you can open other windows which are modalic JDialog's.
when i go to other apps while my project is runing, and then return to my project's main window(JFrame) through the tasks bar i wouldnt see the active window in my project which is the modalic JDialog, and so i would have to use ALT+TAB to find it,
my question is, how can i avoid it and set the JDialog's i open as always on top of the JFrame ?
thanks