package com.client; import java.awt.BorderLayout; import javax.swing.JPanel; import javax.swing.JFrame; public class eer extends JFrame { private JPanel jContentPane = null; /** * This is the default constructor */ public eer() { super(); initialize(); } /** * This method initializes this * * @return void */ private void initialize() { this.setSize(300, 200); this.setContentPane(getJContentPane()); this.setTitle("JFrame"); } /** * This method initializes jContentPane * * @return javax.swing.JPanel */ private JPanel getJContentPane() { if (jContentPane == null) { jContentPane = new JPanel(); jContentPane.setLayout(new BorderLayout()); } return jContentPane; } }
最近下载更多
fuyouou LV5
2023年6月29日
fantesy LV17
2022年12月5日
Kevin_001 LV6
2022年7月3日
微信网友_6003487859068928 LV5
2022年6月15日
微信网友_5989987974549504 LV5
2022年6月6日
978806986 LV16
2022年6月5日
testuser1234567 LV24
2022年5月31日
yuxinnan LV4
2022年2月5日
谢小饭_ LV8
2021年12月27日
huangzy LV12
2021年11月10日
最近浏览更多
ma406805131 LV15
6月29日
krispeng LV13
4月15日
3334004690 LV10
3月20日
Xiaobaiya11 LV2
3月4日
uni-code_0123 LV1
1月31日
fuyouou LV5
2023年6月29日
CL200228 LV4
2023年5月4日
臧家旺 LV3
2023年3月23日
zb200221
2022年12月5日
暂无贡献等级
微信网友_6191697646571520 LV6
2022年11月23日