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

    shuttle.down();

    timer = new Timer();
    timer.start();
  }
 protected void stopAction() {
   shuttle.stop();
 }