inputTextPane.setText("");
inputTextPane.setEditable(false);
TextUtils.createTabs(inputTextPane);
processorToken = new DBInputProcessorToken(debuggerTab, inputTextPane);
textScrollPane = new JScrollPane(inputTextPane);
textScrollPane.setWheelScrollingEnabled(true);
}