1.JFrame窗体
jf.setSize(200, 150);
jf.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
}
public static void main(String[] args) {
new Example1().CreateJFrame("创建一个JFrame窗体");
}
}
时间: 2024-11-13 11:59:27