public void paint(Graphics g) { Graphics2D g2; g2 = (Graphics2D) g; g2.translate(200, 0); g2.rotate(Math.toRadians(90)); g2.clearRect(0, 0, 500, 200); g2.drawString("hello", 100, 100); }
62,623
社区成员
307,257
社区内容
加载中
试试用AI创作助手写篇文章吧