117.info
人生若只如初见

标签:jframe

jframe关闭当前窗口的方法有哪些

使用WindowListener接口实现窗口关闭事件: frame.addWindowListener(new WindowAdapter() { @Override public void windowClosing(WindowEvent e) { frame.disp...

阅读(200) jframe