setDefaultCloseOperation(JDialog.DO_NOTHING_ON_CLOSE); this.addWindowListener(new WindowAdapter(){ public void windowClosing(WindowEvent e) { dispose(); } });//这样就可以了,
EXIT_ON_CLOSE