inputPanel = new DBInputPanel(this);
inputPanel.setTag(CustomSplitPanel.LEFT_INDEX);
outputPanel = new DBOutputPanel(this);
outputPanel.setTag(CustomSplitPanel.LEFT_INDEX);
parseTreePanel = new DBParseTreePanel(this);
parseTreePanel.setTag(CustomSplitPanel.MIDDLE_INDEX);
parseTreeModel = parseTreePanel.getModel();
astPanel = new DBASTPanel(this);
astPanel.setTag(CustomSplitPanel.MIDDLE_INDEX);