当前位置: 技术问答>java相关
问一个比较简单的问题 请不要见笑 frame 的 setVisible()放在那里比较合适?
来源: 互联网 发布时间:2015-02-04
本文导语: 放在构造函数中还是main函数中 | put it in the main function after you create a new instance of the frame class, set up all the relevant properties and necessary windows listeners/adapters, then call setVisible()...
放在构造函数中还是main函数中
|
put it in the main function
after you create a new instance of the frame class, set up all the relevant properties and necessary windows listeners/adapters, then call setVisible().
after you create a new instance of the frame class, set up all the relevant properties and necessary windows listeners/adapters, then call setVisible().
|
刚在构造函数里,或是new 一个实例后,写setVisible()
|
什么时候想显示它,就放下它喽
|
没有多大的区别。
不过我觉得当你new出一个Frame的时候,你不一定想立刻显示他,所以还是不要放到构造函数里比较好。
不过我觉得当你new出一个Frame的时候,你不一定想立刻显示他,所以还是不要放到构造函数里比较好。
|
frame.show()比较好
|
放在MAIN里比较好~
|
main中
|
应该在frame中的各控件添加进来后,调用setVisible()方法.
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。