setColor (Color.pink); g.fillOval(0, 0, getSize().width-1, getSize().height-1); super.paintComponent(g); } public void changeColor(Color c) ...
確定! 回上一頁