Hi all,
can someone explain to me what exactly the owner of JDialog does/is capable of? By owner i refer to the Frame object being passed as the owner argument in the constructor of a JDialog. As far as i know when a frame is focused it brings any existing JDialogs into the foreground which have this frame as their owner. Is that correct? Are there any other implications? What happens when the JDialog is closed, does the focus move to it's owner? Even in a mult iwindow application?
Thanks in advance,
Chris
Start Free Trial