Topic: 关于窗口关闭的问题 |
Print this page |
1.关于窗口关闭的问题 | Copy to clipboard |
Posted by: cxp108 Posted on: 2004-05-12 09:46 请问高手 在J2SDK 1.4.1中,如果不覆写windowClosing()的话 默认关闭窗口的动作是什么? 是 this.setVisible(false) 还是 this.dispose(); |
2.Re:关于窗口关闭的问题 [Re: cxp108] | Copy to clipboard |
Posted by: cxp108 Posted on: 2004-05-12 11:35 顶下先:) |
3.Re:关于窗口关闭的问题 [Re: cxp108] | Copy to clipboard |
Posted by: 4bug Posted on: 2004-05-12 15:18 this.setVisible(false)仅仅是把当前窗口隐藏,并没有从内存释放。 this.dispose(); 会从内存释放该窗口的资源。 |
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 |