titleWidget = new TextWidget(ctrlFont);
titleWidget.setBackgroundColor(TITLE_BG);
titleWidget.setTextColor(0xffffff);
titleWidget.setText(url);
htmlWidget = new HtmlWidget(browser, url, browser.getElementHandlers(), false);
scrollWidget.addChild(titleWidget);
scrollWidget.addChild(htmlWidget);
root.addChild(scrollWidget);