... public static JButton button; public void paint(Graphics graphics) { graphics.setColor(Color.yellow); graphics.fillRect(10, 10, 100, 100); graphics.
確定! 回上一頁