setColor ( Color.pink ); grph.fillRect( 100, 100, 200, 200 ); grph.setColor( Color.black ); Polygon poly = new Polygon( ); poly.addPoint( 100, 100 ); poly.
確定! 回上一頁