/** Stops the {@link UserAction} and clears the action label. */
 private void stopAction(UserAction action) {
   // System.out.println("Stopping: " + action.getActionName());
   action.stopAction();
 }