PanelBuilder builder = new PanelBuilder(layout);
builder.setDefaultDialogBorder();
CellConstraints cc = new CellConstraints();
dynamicTree = new DynamicTree();
JScrollPane treeScrollPane = new JScrollPane(dynamicTree.getTree());
treeScrollPane
.setHorizontalScrollBarPolicy(ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER);
treeScrollPane