You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package view;
|
|
|
|
public class WeChatPay extends MyFrame{
|
|
|
|
public WeChatPay(String title, int width, int height) {
|
|
super(title, width, height);
|
|
// TODO 自动生成的构造函数存根
|
|
this.tubiao();
|
|
}
|
|
|
|
public void tubiao() {
|
|
MyFrame.setTitleImage(this,"4.png" );
|
|
MyFrame.setBackgroundImage(this,"2.jpg");
|
|
}
|
|
|
|
}
|