Additionally, if there is a good reason for not using JFileChooser, a
JDialog's parent (according to the javadoc for 1.3) can be either a Frame or
a Dialog...

----- Original Message -----
From: "Dmitry Beransky" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 25, 2002 9:02 PM
Subject: Re: Am getting a serious problem, looks simple pls help me out...
is it a bug in Java swing 1.3.0 ........


> At 05:39 AM 2/22/2002, you wrote:
> >         I have a Mainwindow(JFrame), in side that I have a button which
will
> >open up a JDialog(modal) and JDiaglog in turn has one button which will
open
> >up a FileDialog. Becoz FileDialog can have only Frame as a parent so I
> >cannot set JDialog as parent instead I am setting the JDialogs parent
>
>
> Any particular reason you don't use JFileChooser?
>
> _______________________________________________
> Swing mailing list
> [EMAIL PROTECTED]
> http://eos.dk/mailman/listinfo/swing
>


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

Reply via email to