public void windowClosing(WindowEvent e) { System.exit(0);//程序退出 }或者setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);