package youg; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Image; import java.awt.Toolkit; import java.net.URL; import javax.swing.JPanel; public class contentPane extends JPanel { /** * */ private static final long serialVersionUID = 1L; private URL imgPath; @Override public void paintComponent(Graphics gs) { Graphics2D g = (Graphics2D) gs; super.paintComponent(g); //»±³¾°Í¼Æ¬ Image image=Toolkit.getDefaultToolkit().getImage(getImgPath()); g.drawImage(image, 0, 0, this.getSize().width,this.getSize().height, this); } public URL getImgPath() { return imgPath; } public void setImgPath(URL imgPath) { this.imgPath = imgPath; } }

hfffff LV1
2024年6月3日
jiangqiang LV12
2024年1月16日
大神程序员 LV23
2024年1月12日
fdo666 LV6
2024年1月10日
sdfsdfsfsd LV1
2024年1月9日
fesfefe LV13
2023年11月17日
VignyBear LV2
2023年5月30日
ccc9527 LV1
2022年10月6日
姜广坤 LV14
2022年5月20日
wyx065747 LV67
2022年3月13日

DoustrongWU LV5
2月16日
admin202498
2024年12月26日
暂无贡献等级
13133117021 LV5
2024年12月24日
菩提树下的椰子 LV17
2024年12月18日
hoictas LV2
2024年11月26日
15719908287 LV9
2024年11月16日
qq216152 LV9
2024年9月26日
2606940687 LV1
2024年6月30日
qqqww11 LV2
2024年6月26日
王东东 LV17
2024年6月4日