Пример #1
0
 /**
  * Deletes the tile in the ith position
  *
  * @param i the position of the tile
  */
 public void delete(int i) {
   super.delete(i);
   fixPositions();
 }