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); } }
最近下载更多
最近浏览更多
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日