7778798081828384858687
{ super(""); Element e = DOM.getElementById(id); if (e == null) { throw new ElementNotFoundException(id); } DOM.insertBefore(DOM.getParent(e), getElement(), e); setElement(e);
7475767778798081828384
public JsGraphicsPanel (String id) throws ElementNotFoundException { Element e = DOM.getElementById(id); if (e == null) { throw new ElementNotFoundException(id); } setElement(e); DOM.insertBefore(DOM.getParent(e), getElement(), e);