摘要: Graphics g = mf.getGraphics(); Image img = new ImageIcon("book1.png").getImage(); g.drawImage(img, 2, 2, null); 阅读全文
posted @ 2018-01-11 07:54 yoyo198212 阅读(228) 评论(0) 推荐(0)