Topic: 關於WindowListener的問題

  Print this page

1.關於WindowListener的問題 Copy to clipboard
Posted by: hundred
Posted on: 2005-03-15 15:57

程序如下,為什麼每次運行到 Talbefrm.hide();程序就會出錯?
請高手幫忙
WindowListener c = new WindowAdapter() {
public void windowOpened(WindowEvent e) {
int confirm = JOptionPane.showOptionDialog(null,
"DO You Really Want See This Form?", "Exit Confirmation",
JOptionPane.YES_NO_OPTION,
JOptionPane.QUESTION_MESSAGE,
null, null, null);
if (confirm == 0) {
System.out.println("111");
Talbefrm.hide();
}
}
};


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923