There's a parm to do this for JDialog, but haven't found anything on how to do this for a JFrame.
Printable View
There's a parm to do this for JDialog, but haven't found anything on how to do this for a JFrame.
I do not see a way either.
What I did was add a JOptionPane to the JFrame.
The JOption frame is modal.
I tried a variation of your response with JDialog, but lost some of my JFrame functionality. Will tinker with it. Thank you for the hint.
Well there is no direct support in Java for making JFrame modal. However using 'wait' and 'notify' in your sub-class of JFrame, you might be able to achieve that effect.
- UnicMan
http://members.tripod.com/unicman