Hello.
How can I open a JFrame as a modal dialog box ?
Thanks :)
> Hello.
>
> How can I open a JFrame as a modal dialog box ?
Why not use JDialog instead?
Dan.

Signature
Daniel Dyer
http://www.uncommons.org
Eitan M wrote on 15.08.2007 12:12:
> Hello.
>
> How can I open a JFrame as a modal dialog box ?
Taking the questions into account that you have posted so far you should really
start off with a Swing/Java Tutorial. Check java.sun.com for a start and learn
to read the API's Javadocs.
Thomas