View Single Post
  #2 (permalink)  
Old 07-31-2007, 09:21 AM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,266
hardwired is on a distinguished road
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.
Reply With Quote