Q how to make JFrame modal  
Author Message
pat





PostPosted: 2005-5-17 19:08:00 Top

java-programmer, Q how to make JFrame modal hi am new to swing and want to create a modal JFrame.

any hints would be greatly appreciated.

 
Thomas Weidenfeller





PostPosted: 2005-5-17 21:06:00 Top

java-programmer >> Q how to make JFrame modal pat wrote:
> 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


--
The comp.lang.java.gui FAQ:
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
 
mkrause





PostPosted: 2005-5-18 7:26:00 Top

java-programmer >> Q how to make JFrame modal Consider using a glass pane.

http://java.sun.com/docs/books/tutorial/uiswing/components/rootpane.html

- Mike