Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #21941
| From | Knute Johnson <nospam@knutejohnson.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Launching frame from modal dialog |
| Date | 2013-01-31 13:25 -0800 |
| Organization | A noiseless patient Spider |
| Message-ID | <keenfi$sm9$1@dont-email.me> (permalink) |
| References | <29715175f7005038895fb4b0f9c1cecb$1@homeunix.nl> |
On 1/31/2013 12:03 PM, Hawkan wrote: > > I have opened up an instance of a subclass to JDialog, which was made > modal when it was displayed. Based on some interaction in this window, I > want to open another frame . But when I do that, the subframe is "dead", > i.e. doesn't react to input at all. This happens even if I first set the > modal property of the parent to false before showing the subwindow. Does > anyone know how I can get around this? An example would have been really nice. Have you tried closing the JDialog first? -- Knute Johnson
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar | Unroll thread
Launching frame from modal dialog H.L@softhome.net (Hawkan) - 2013-01-31 20:03 +0000 Re: Launching frame from modal dialog Knute Johnson <nospam@knutejohnson.com> - 2013-01-31 13:25 -0800
csiph-web