@Override
  public void init() throws EInitException {
    super.init();
    anim = AnimationFactory.createAnimation(null, "animations\\test\\imageresize.xml", 1000);
    anim.setContainer(new Anim());

    timer.start();
  }