Exemple #1
0
 @Override
 public void paint(Graphics graphics) {
   for (TileView tileView : tileViews) {
     tileView.paint(graphics);
   }
 }