33343536373839404142
} @Override public void addSection(String title, Icon icon, UiProvider ui) { if (sectionStack == null) { sectionStack = new StackedSections(); sectionStack.setExclusive(true); } sectionStack.addSection(title, icon, ui); }