当前位置: 技术问答>java相关
求救JAVA高手
来源: 互联网 发布时间:2015-07-29
本文导语: public void WindowClosing(WindowEvent e) { System.exit(0); } 怎么还是关不到窗口? 小弟请高手赐教 | frame.addWindowListener(new WindowAdapter() { public void WindowClosing(WindowEvent e) { System.exit(0); } });...
public void WindowClosing(WindowEvent e) {
System.exit(0);
}
怎么还是关不到窗口?
小弟请高手赐教
System.exit(0);
}
怎么还是关不到窗口?
小弟请高手赐教
|
frame.addWindowListener(new WindowAdapter() {
public void WindowClosing(WindowEvent e) {
System.exit(0);
}
});
//frame为你要关的窗口的实例!
public void WindowClosing(WindowEvent e) {
System.exit(0);
}
});
//frame为你要关的窗口的实例!
|
WindowClosing 应该为w(小写)indowClosing