Ejemplo n.º 1
0
 public void removeFromParent() {
   if (parentContainer != null) {
     parentContainer.detachChild(this);
   }
 }