Exemple #1
0
 @Override
 public void dispose() {
   if (!(this.isDisposed())) {
     super.dispose();
   }
   this.myAnimator.dispose();
 }