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);
	}
}
最近下载更多
krispeng  LV13 6月4日
小安同学  LV7 2023年12月25日
wertttak  LV1 2023年9月26日
1748462964  LV1 2023年7月14日
2017143155  LV12 2023年6月24日
buhuia  LV4 2023年6月9日
人工智能4708  LV11 2023年5月8日
liugua777  LV2 2023年5月4日
accp123456  LV2 2023年3月29日
yuanchuang  LV22 2023年2月14日
最近浏览更多
ilsfcqdf  LV3 9月12日
interface  LV22 7月13日
赵鑫cdsaljkdfsa  LV11 6月27日
28128觅北  LV2 5月22日
krispeng  LV13 4月15日
3334004690  LV10 3月20日
yhwyhw1  LV2 1月2日
2890892945  LV2 2023年12月26日
Sutnuf 2023年11月27日
暂无贡献等级
Wsy2860  LV1 2023年9月6日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友