That's interesting. 
Try constructing each dialog as follows:
JDialog DialogA=new JDialog((JFrame)null,true);
JDialog DialogB=new JDialog((JFrame)null,true);


----- Original Message ----- 
From: "lourie" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 04, 2001 11:36 PM
Subject: Chained modal dialog problem.


> Hello advanced-swing,
> 
>   In JApplet, I do something and popup a modal dialog A,
> in modal dialog A I do something and popup a modal dialog B.
> Everything is ok. But when I close dialog B, dialog A is not
> modal now, I can access the JApplet!
>   The most strange thing is, when I debug it in a JDK, everything
> is ok. But when I run it, modal is lost.
>   How to solve it?
>   
> 
> -- 
> Best regards,
>  lourie                          mailto:[EMAIL PROTECTED]
> 
> _______________________________________________
> Advanced-swing mailing list
> [EMAIL PROTECTED]
> http://eos.dk/mailman/listinfo/advanced-swing
> 



_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to