sectionStack.setVisibilityMode(VisibilityMode.MULTIPLE);
sectionStack.setWidth(250);
sectionStack.setHeight100();
SectionStackSection bundlesSection = new SectionStackSection(MSG.common_title_bundles());
bundleTreeView = new BundleTreeView();
bundlesSection.addItem(bundleTreeView);
sectionStack.addSection(bundlesSection);
addMember(sectionStack);