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 LV14
2024年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
2024年9月12日
interface LV22
2024年7月13日
赵鑫cdsaljkdfsa LV11
2024年6月27日
28128觅北 LV2
2024年5月22日
krispeng LV14
2024年4月15日
3334004690 LV10
2024年3月20日
yhwyhw1 LV2
2024年1月2日
2890892945 LV2
2023年12月26日
Sutnuf
2023年11月27日
暂无贡献等级
Wsy2860 LV1
2023年9月6日