}
// Add the banner. (the theme takes care of what it looks like).
Session.getInstance().getEventBus().notifyObservers(new SetBannerEvent());
// Make the tabs draggable. The GadgetTabContent will handle making the gadgets draggable.
tabs.makeTabsDraggable(new TabDragHandler(), new NoInsertAtEndIndexDropController(tabs
.getTabDropZone()));
// Loop through the tabs and add them to the container.
for (Tab tab : tabsResponse)
{