@Override
public Widget createWidget() {
LayoutPanel layout = new LayoutPanel();
FakeTabPanel titleBar = new FakeTabPanel("Host JVM");
layout.add(titleBar);
ToolStrip toolStrip = new ToolStrip();
ToolButton add= new ToolButton(Console.CONSTANTS.common_label_add(), new ClickHandler() {