Thread
:
Locking window in java
View Single Post
#
2
(
permalink
)
07-31-2007, 09:21 AM
hardwired
Senior Member
Join Date: Jul 2007
Posts: 1,266
You want a modal dialog. You can use a JDialog, set modal, or a JOptionPane, all of which are modal. See api for each class. The tutorial has a section on how to make dialogs and each of the two api listings have a link to this page in the tutorial.
hardwired
View Public Profile
Send a private message to hardwired
Find all posts by hardwired