*/
public void unwrap(Element child, Rectangle bounds) {
El.fly(child).setLeftTop(bounds.x, bounds.y);
Element p = dom.getParentElement().cast();
int pos = DOM.getChildIndex(p, dom);
p.removeChild(dom);
DOM.insertChild(p, child, pos);
}
/**
* Walks up the dom looking for a parent node that matches the passed simple