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