Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #21939 > unrolled thread

Launching frame from modal dialog

Started byH.L@softhome.net (Hawkan)
First post2013-01-31 20:03 +0000
Last post2013-01-31 13:25 -0800
Articles 2 — 2 participants

Back to article view | Back to comp.lang.java.programmer


Contents

  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

#21939 — Launching frame from modal dialog

FromH.L@softhome.net (Hawkan)
Date2013-01-31 20:03 +0000
SubjectLaunching frame from modal dialog
Message-ID<29715175f7005038895fb4b0f9c1cecb$1@homeunix.nl>
 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?

  

[toc] | [next] | [standalone]


#21941

FromKnute Johnson <nospam@knutejohnson.com>
Date2013-01-31 13:25 -0800
Message-ID<keenfi$sm9$1@dont-email.me>
In reply to#21939
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

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web