2016年8月27日

摘要: 添加面板容器将窗体分块:JPanel 北,南,东,西,中 5块 北:JPanel northJP=new JPanel(); northJP.setPreferredSize(new Dimension(0,50)); northJP.setBackground(Color.gray); //添加图 阅读全文
posted @ 2016-08-27 18:50 追风筝girl 阅读(237) 评论(0) 推荐(0)

导航