layout_ = new LayoutPanel();
scrollPanel_ = new ScrollPanel(table_);
layout_.add(scrollPanel_);
layout_.setWidgetTopBottom(scrollPanel_, 0, Unit.PX, 0, Unit.PX);
layout_.setWidgetLeftRight(scrollPanel_, 0, Unit.PX, 0, Unit.PX);
progressPanel_ = new ProgressPanel();
progressPanel_.getElement().getStyle().setBackgroundColor("white");
layout_.add(progressPanel_);
layout_.setWidgetTopBottom(progressPanel_, 0, Unit.PX, 0, Unit.PX);
layout_.setWidgetLeftRight(progressPanel_, 0, Unit.PX, 0, Unit.PX);