public KongaTreePanel(String sTitle, KongaTree tree, int iHorizontalScrollbarPolicy) {
super();
setLayout(new BoxLayout(this, BoxLayout.PAGE_AXIS));
titlePanel = new KongaTitlePanel(sTitle, 10);
if (sTitle != null) {
add(titlePanel);
}
JPanel treePanel = new JPanel();