摘要: import java.awt.Insets; import javax.swing.JFrame; public class NewFrame { public static void main(String[] args) { JFrame frame = new JFrame(); frame.setSize(500, 500); ... 阅读全文
posted @ 2018-10-10 17:48 heismk 阅读(3277) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/m_wbcg/article/details/55548654 阅读全文
posted @ 2018-10-10 16:37 heismk 阅读(840) 评论(0) 推荐(0)