殷勤白云

文章
4
资源
1
加入时间
2年10月17天

swing常用布局

1,FlowLayout窗口的默认布局设置窗口布局方法(下面不重复setLayout(new FlowLayout());设置容器布局方法比如容器 con1con1.setLayout(new FlowLayout())2.BorderLayout add(new JLabel("huang"),BorderLayout.CENTE...