Joh*_*gen 7 java jframe
在性能方面使用setTitle("Title")或super("Title")扩展时设置标题的推荐方法是什么javax.swing.JFrame?
setTitle("Title")
super("Title")
javax.swing.JFrame
Kep*_*pil 5
如果您对grepcode JFrame(在OpenJDK 6-b14中)进行了深入研究,您会看到构造函数JFrame()调用构造函数Frame(),后者调用Frame("")(link)。
JFrame
JFrame()
Frame()
Frame("")
因此,由于super()如果您自己不指定对任何超级构造函数的调用,则会添加一个隐式函数,因此调用(虽然非常轻微)会更有效super("Title")。
super()
归档时间:
13 年,1 月 前
查看次数:
943 次
最近记录: