摘要:
public class Demo01 extends Frame{ public Demo01(){ super("Demo01");//标题 this.setSize(450, 500);//窗口的大小 this.setLocation(100,100);//窗口距离屏幕的距离 this.setVisible(true); this.addWindowListener(new Window... 阅读全文
posted @ 2017-03-05 20:54
大水煮鱼
阅读(309)
评论(0)
推荐(0)

浙公网安备 33010602011771号