...
> Is it possible to ensure that, upon setVisible(true), a JDialog pop-up
> jumps on top of all other windows ...
modal true.
>...including other applications?
setAlwaysOnTop()
Andrew T.
aaronfude@gmail.com wrote On 11/08/06 17:08,:
> Hi,
>
> Is it possible to ensure that, upon setVisible(true), a JDialog pop-up
> jumps on top of all other windows including other applications?
You can "suggest" that behavior (see Andrew Thompson's
response), but obviously you cannot "ensure" it. Consider:
What happens when two different applications both try to
make their windows do this?

Signature
Eric.Sosman@sun.com
Andrew Thompson - 09 Nov 2006 23:25 GMT
> aaronfude@gmail.com wrote On 11/08/06 17:08,:
> > Hi,
[quoted text clipped - 6 lines]
> What happens when two different applications both try to
> make their windows do this?
I think it should come down to whichever app. has
the biggest bull-bar.
( ..do I even need to add a 'smiley' to that? )
Andrew T.