unscrollable.appendChild(headerPane);
unscrollable.appendChild(controlsPane);
unscrollable.appendChild(noApiPane);
Element scrollable = Elements.createDivElement(css.scrollable());
scrollable.appendChild(watchExpressionsPane);
scrollable.appendChild(callStackPane);
scrollable.appendChild(scopeVariablesPane);
scrollable.appendChild(breakpointsPane);
scrollable.appendChild(consolePane);
scrollable.appendChild(domInspectorPane);