this(DEFAULT_APPEARANCE);
}
public TabPanel(TabBarAppearance appearance) {
this.appearance = appearance;
tabContainer = new Carousel();
tabContainer.setShowCarouselIndicator(false);
tabBar = new TabBar(appearance);
initWidget(appearance.panelBinder().createAndBindUi(this));
tabBar.addSelectionHandler(new SelectionHandler<Integer>() {