ADD file via upload

view
nxist2202005023 1 year ago
parent 097f3c5358
commit 974c505d54

@ -0,0 +1,19 @@
package view;
public class Alipay extends MyFrame {
public Alipay(String title, int width, int height) {
super(title, width, height);
this.tubiao();
// TODO 自动生成的构造函数存根
}
public void tubiao() {
MyFrame.setTitleImage(this,"4.png" );
MyFrame.setBackgroundImage(this,"1.jpg");
}
}
Loading…
Cancel
Save