/**
  * Method stepBtnActionPerformed
  *
  * @param e
  */
 void stepBtnActionPerformed(ActionEvent e) {
   ((Animation) model).stepAnimation();
 }