Esempio n. 1
0
 public Rectangle makeRectangle() {
   return new Rectangle(x, y, coinImage.getWidth(null), coinImage.getHeight(null));
 }