parseTreePanel = new DBParseTreePanel(this);
parseTreePanel.setTag(CustomSplitPanel.MIDDLE_INDEX);
parseTreeModel = parseTreePanel.getModel();
astPanel = new DBASTPanel(this);
astPanel.setTag(CustomSplitPanel.MIDDLE_INDEX);
astModel = astPanel.getModel();
stackPanel = new DBStackPanel(this);
stackPanel.setTag(CustomSplitPanel.RIGHT_INDEX);