hi am new to swing and want to create a modal JFrame.
any hints would be greatly appreciated.
> hi am new to swing
Please study Sun's UI Tutorial - a pointer is in the FAQ.
> and want to create a modal JFrame.
You can't, consider using a JDialog.
/Thomas

Signature
The comp.lang.java.gui FAQ:
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
Consider using a glass pane.
http://java.sun.com/docs/books/tutorial/uiswing/components/rootpane.html
- Mike