package client.frm;

import java.awt.Color;
import java.awt.Dimension;

import javax.swing.JPanel;

 /**
 * 仅仅为了填充BorderLayout的宽度
 */
public class FillWidth extends JPanel {

	public FillWidth(int width,int height) {
		setPreferredSize(new Dimension(width,height));
	}
	public FillWidth(int width,int height,Color color) {
		this(width,height);
		setOpaque(true);
		setBackground(color);
	}
}
最近下载更多
陈小灏  LV14 2023年12月27日
xinxin23383  LV4 2023年11月28日
liugua777  LV2 2023年5月7日
微信网友_6444139264921600  LV6 2023年4月29日
xiexiaoming05  LV14 2022年5月21日
waitingforyou  LV20 2022年3月31日
13112360  LV2 2021年12月5日
Aoifee  LV4 2021年11月9日
18350164218  LV13 2021年6月18日
1029162867  LV13 2021年6月15日
最近浏览更多
krispeng  LV6 4月15日
347469264  LV1 4月2日
pengboyue  LV1 4月1日
woldxy  LV12 4月1日
小安同学  LV7 2023年12月25日
xinxin23383  LV4 2023年11月28日
xp95323  LV14 2023年11月27日
3334004690  LV3 2023年10月18日
wertttak  LV1 2023年9月26日
1748462964  LV1 2023年7月14日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友