141142143144145146147148149150151
ol2.setCaption("Tab 2"); TabSheet ts = (verticalAkaAccordion ? accordion : tabsheet); ts.setSizeFull(); ts.removeAllComponents(); ts.addComponent(ol); ts.addComponent(ol2); ol.setWidth((String) width.getValue());