当前位置: 技术问答>java相关
我在jbuilder6中用這段程序為什麼退不出來?
来源: 互联网 发布时间:2015-05-15
本文导语: mainFrame.addWindowListener(new WindowAdapter(){ public void WindowClosing(WindowEvent e){ System.exit(0);}}); 我在jbuilder6中用這段程序為什麼退不出來? | this.addWindowListener(new java....
mainFrame.addWindowListener(new WindowAdapter(){
public void WindowClosing(WindowEvent e){
System.exit(0);}});
我在jbuilder6中用這段程序為什麼退不出來?
public void WindowClosing(WindowEvent e){
System.exit(0);}});
我在jbuilder6中用這段程序為什麼退不出來?
|
this.addWindowListener(new java.awt.event.WindowAdapter()
{
public void windowClosing(WindowEvent e)
{
System.exit(0);
}
});
{
public void windowClosing(WindowEvent e)
{
System.exit(0);
}
});