摘要: //copyright©liupengcheng //http://www.cnblogs.com/liupengcheng addWindowListener(new WindowAdapter() { public void windowClosing(WindowEvent e) { System.exit(0); } }); /** * Creat... 阅读全文
posted @ 2014-11-04 11:33 liupengcheng 阅读(225) 评论(0) 推荐(0) 编辑