摘要: GUI 树形导图: Frame Frame frame = new Frame("这是我写的"); // 存在内存不可见 // 设置可见性 w h frame.setVisible(true); frame.setSize(600,600); frame.setBackground(new Colo 阅读全文
posted @ 2021-07-25 23:43 恸的池塘 阅读(91) 评论(0) 推荐(0)