public BallSimulation() { ball = new Ball(); }
public BallSimulation() { //xDirection = true; // yDirection = true; ball = new Ball(); }