摘要: GUI 1、组件和容器 import java.awt.*;​/*GUI第一个界面 */public class FrameTest01 {​ public static void main(String[] args) { //Frame窗口 Frame frame =new Frame("第一个 阅读全文
posted @ 2020-05-28 17:33 lee的学习博客 阅读(198) 评论(0) 推荐(0)