setVisible on a JWindow steals focus from other apps?



Hey all. I need to popup a window without the user necessarily noticing
it immediately. I'm using a technique involving a JWindow that starts
mostly offscreen and slides in to reveal information.

The problem is that when I surface the JWindow with setVisible(true),
the focus is stolen away from other applications, alerting the user too
early and just being annoying. Anyone have any advice on how to fix
this?

--TM

.



Relevant Pages

  • Re: how to self-destruct an object in Java?
    ... onto the background of subclasses of the AWT components Frame (JFrame), dialog (JDialog) and Window (JWindow), all of which are ...
    (comp.lang.java.help)
  • Re: Disable window animation
    ... I would like that window ... I have tryed using JWindow instead (so there is no ... keyboard focus. ... How can I disable animation? ...
    (comp.lang.java.programmer)
  • Re: [Swing] Controlling depth of multiple JWindows.
    ... JDialog always have title bar. ... JWindow owner = new JWindow; ... Window window; ... public void mouseReleased{ ...
    (comp.lang.java.gui)
  • Re: Aint JDialog tricky?
    ... >>(subclass of) Window or JWindow. ... I think there's even a Swing utility ...
    (comp.lang.java.programmer)
  • Re: Aint JDialog tricky?
    ... > (subclass of) Window or JWindow. ... I think there's even a Swing utility ...
    (comp.lang.java.programmer)