posted 20 years ago
Hi,
the method setModal(true) is available in JDialog not in JFrame.
what you can do is onshowing of second frame setFocable and setEnabled to false of first frame again setting then to tru when second frame closes.
or use JDialog.
Kriti