Beispiel #1
0
 /**
  * Assign the dimension of the player
  *
  * @param dimension This will be assigned the width/height
  */
 public void setDimensions(final int dimension) {
   super.setWidth(dimension);
   super.setHeight(dimension);
 }