this.addWindowListener(new WindowAdapter(){ // 为了关闭窗口 public void windowClosing(WindowEvent e) { System.exit(0); } });