Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #21941
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Knute Johnson <nospam@knutejohnson.com> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Launching frame from modal dialog |
| Date | Thu, 31 Jan 2013 13:25:06 -0800 |
| Organization | A noiseless patient Spider |
| Lines | 16 |
| Message-ID | <keenfi$sm9$1@dont-email.me> (permalink) |
| References | <29715175f7005038895fb4b0f9c1cecb$1@homeunix.nl> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-15; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Thu, 31 Jan 2013 21:25:07 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="aba33539224e5c782fe0c4053f7756fd"; logging-data="29385"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+ByooPt+muwZGHKPZL12QI" |
| User-Agent | Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 |
| In-Reply-To | <29715175f7005038895fb4b0f9c1cecb$1@homeunix.nl> |
| Cancel-Lock | sha1:sZKU1susCRxIchTTt5ocgMSQzR0= |
| Xref | csiph.com comp.lang.java.programmer:21941 |
Show key headers only | View raw
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