protected void startAction() {
    shuttle = Shuttle.getInstance();

    shuttle.down();

    timer = new Timer();
    timer.start();
  }