标签:
1.JFrame窗体
jf.setSize(200, 150);
jf.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
}
public static void main(String[] args) {
new Example1().CreateJFrame("创建一个JFrame窗体");
}
}
标签:
原文地址:http://www.cnblogs.com/douyunqian3520/p/5516731.html