borderWhenEmpty = createBorderWhenEmpty();
layoutTop();
sectionsLayout = createEmptySectionsLayout();
JComponent trees = layoutTrees();
sectionsLayout.north(trees).center(new JLabel(" "));
KongaScrollPane scroll = new KongaScrollPane(sectionsLayout);
layout.center(scroll);
}