layout.setWidgetTopHeight(titleBar, 0, Style.Unit.PX, 28, Style.Unit.PX);
// ----------------------------------------------------------------------
nameLabel = new ContentHeaderLabel("Server Status");
HorizontalPanel horzPanel = new HorizontalPanel();
horzPanel.getElement().setAttribute("style", "width:100%;");
Image image = new Image(Icons.INSTANCE.serverInstance());
horzPanel.add(image);