Modal and non modal in same app



Hi Group,

I have an application that pops up JFrames when certain events occur.
The application also has a modal dialog.

Diagram:

Main App (JFrame)
/ \\
/ \\
Modal Interactive
JDialog JFrames



I would like to have the Interactive JFrames still be interactive while the
modal dialog is up.
The modal dialog is not a child of the JFrames.

Is there a way of doing this in Java?


Thanks,

-Leila

.



Relevant Pages

  • Re: Modal and non modal in same app
    ... > I have an application that pops up JFrames when certain events occur. ... > Is there a way of doing this in Java? ... Java should allow for blocking access onto the owning top-level window. ... Steve W. Jackson ...
    (comp.lang.java.gui)
  • Exception in thread "AWT-EventQueue
    ... Ive got a swing application with quite a lot of code. ... With several JFrames ... Prev by Date: ...
    (comp.lang.java.help)
  • Re: Focus on a frame
    ... no problems getting focus (Win XP, Java 6) ... to the second of three JFrames using ... Can you provide an SSCCE that shows ... Andrew T. ...
    (comp.lang.java.programmer)