HI I want to use a FileDialog with parent as JDialog. i search the net
but i fond that we can use Frame or Dialog as parent . please help me
bye
Oliver Wong - 08 Feb 2006 14:17 GMT
> HI I want to use a FileDialog with parent as JDialog. i search the net
> but i fond that we can use Frame or Dialog as parent . please help me
> bye
JDialog extends Dialog, so everywhere you can use a Dialog, you can also
use a JDialog.
- Oliver
Rhino - 08 Feb 2006 14:44 GMT
> HI I want to use a FileDialog with parent as JDialog. i search the net
> but i fond that we can use Frame or Dialog as parent . please help me
> bye
Have you looked at JFileChooser? I believe it does the same kinds of things
as FileDialog but works with Swing components....
--
Rhino
Thomas Weidenfeller - 08 Feb 2006 15:44 GMT
> HI I want to use a FileDialog with parent as JDialog. i search the net
> but i fond that we can use Frame or Dialog as parent
A JDialog is a Dialog. Check the inheritance relation in the API
documentation.
Whether it is a good idea to mix AWT and Swing windows is another
debate. Some people indeed prefer the native FileDialog even in Swing
GUI's, due to the limitations of the JFileChooser on some platforms.
/Thomas

Signature
The comp.lang.java.gui FAQ:
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
http://www.uni-giessen.de/faq/archiv/computer-lang.java.gui.faq/