Modal and non modal in same app
- From: Leila <Leila@..>
- Date: Tue, 26 Apr 2005 19:37:01 GMT
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
.
- Follow-Ups:
- Re: Modal and non modal in same app
- From: Steve W. Jackson
- Re: Modal and non modal in same app
- Prev by Date: Re: Table cell renderer problem - paint problem?
- Next by Date: Newer style file dialog on Windows?
- Previous by thread: Cut & Paste in Swing
- Next by thread: Re: Modal and non modal in same app
- Index(es):
Relevant Pages
|