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"); } }