Shape s1 = new Rectangle2D.Double((p.getX()-pds.getMinX())/rateX,(pds.getMaxY()-p.getY())/rateY,radius,radius); g2d.draw(s1);
怎样把s1变成实心的??
谢大神指教!!