}
@Override
public Widget createWidget()
{
DefaultTabLayoutPanel tabLayoutPanel = new DefaultTabLayoutPanel(40, Style.Unit.PX);
tabLayoutPanel.addStyleName("default-tabpanel");
tabLayoutPanel.add(contentRepositoryPanel, "Content Repository", true);
tabLayoutPanel.add(serverGroupDeploymentPanel, "Server Groups", true);
return tabLayoutPanel;
}