Пример #1
0
 /**
  * Adds a given tile to the rack.
  *
  * @param tile the tile to be added
  */
 public void addTile(Tile tile) {
   super.addTile(tile);
   fixPositions();
 }