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