首页>代码>java swing开发贪吃蛇小游戏源码>/贪食蛇/src/tanshishe/Help.java
package tanshishe;



import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JPanel;

public class Help  extends JPanel{

	/**
	 * 帮助画布类
	 */
	private static final long serialVersionUID = -6627368364446704294L;
	ImageIcon help1 = new ImageIcon(getClass().getResource("help1.png"));
	ImageIcon help2 = new ImageIcon(getClass().getResource("help2.png"));
	ImageIcon img1 = new ImageIcon(Help.class.getResource("back.png"));
	ImageIcon img2 = new ImageIcon(Help.class.getResource("about.png"));
	JButton bt1 = new JButton(img1);
	JButton bt2 = new JButton(img2);
	JLabel title1=new JLabel(help1);
	JLabel title2=new JLabel(help2);
	public Help(){
		this.setLayout(null);
		bt1.setBounds(780, 430, 47, 34);
		this.add(bt1);
		bt2.setBounds(20, 430, 35, 36);
		this.add(bt2);
		title1.setBounds(340, 20, 166, 99);
		this.add(title1);
		title2.setBounds(170, 150, 479, 269);
		this.add(title2);
	}
	
}
最近下载更多
yerwiu  LV10 2023年8月13日
tdcq123  LV14 2022年9月4日
daoge123  LV3 2022年5月13日
男友臂  LV1 2020年10月30日
675104182  LV14 2020年9月21日
123456小  LV3 2020年6月13日
ewan007  LV30 2020年4月30日
最代码安逸  LV15 2020年3月9日
zyfuchen  LV8 2019年12月28日
wangxiaorui123  LV2 2019年12月21日
最近浏览更多
long123_356  LV7 6月22日
zattttt  LV1 5月15日
zhihong fan  LV2 2023年12月26日
bangyiyang  LV2 2023年12月21日
yerwiu  LV10 2023年8月13日
493240689  LV3 2023年5月11日
huangzy  LV12 2023年4月6日
ftlovelzh 2023年3月17日
暂无贡献等级
舒舒不吃葱花  LV2 2022年11月18日
1014422538  LV1 2022年10月6日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友