随笔分类 - java
摘要:1 JFrame jf = new JFrame() { 2 public void paint(Graphics g) { 3 super.paint(g); 4 Graphics2D g2 = (Graphics2D) g; 5 6 g2.translate(getWidth() / 2, getHeight() / 2)...
阅读全文
posted @ 2017-04-06 14:26
poluner

浙公网安备 33010602011771号