{
final int UTILITY_AREA_SIZE = 74;
panel_ = new LayoutPanel();
new AutoGlassAttacher(panel_);
tabPanel_ = new DocTabLayoutPanel(true, 65, UTILITY_AREA_SIZE);
panel_.add(tabPanel_);
panel_.setWidgetTopBottom(tabPanel_, 0, Unit.PX, 0, Unit.PX);
panel_.setWidgetLeftRight(tabPanel_, 0, Unit.PX, 0, Unit.PX);