Re: how to lock one JFrame in the presence of another JFrame
Posted By:
niklas_gustafsson
Posted On:
Thursday, June 3, 2004 07:49 AM
i see a setModal on JFrame. Try it......
Or use JDialog ( can be made modal )
Or try to take over the Gui-event-que.
Look in JOptionPane for the code ( StartModal ).
Or...............