Swing基础知识
1 http://zxc8899.iteye.com/blog/1556094 最基本的组件
2 http://zhangjunhd.blog.51cto.com/113473/128174 布局管理器
3 country.setPreferredSize(new Dimension (width,height));
setPreferredSize()方法可以设置country这个jtextfield的初始大小
4 加皮肤,怎么去除JTabbedPane的矩形背景,找到BaseTabbedPaneUI。注释:g2d.fillRect(x, y, tabAreaWidth, tabAreaHeight); 去掉难看的tab背景色