怎样做一个模式窗体 像弹出消息框一样的...

解决方案 »

  1.   

    JDialog(Dialog owner, boolean modal) this second parameter is to control wether the dialog is modal or not.as you wanted, you can use true here
      

  2.   

    如果只是弹出消息,要求输入或者选择等等的话不用自己写
    JOptionPane提供了一系列的show...来弹出对话框的静态方法