public void start() {
   try { // if QT was not successfully initialized the QTComponent will be null
     if (qtc != null) {
       add((Component) qtc, "Center");
       mov.setRate(1);
     }
   } catch (QTException e) {
     e.printStackTrace();
   }
 }