protected TextPane inputTextPane;
protected JScrollPane textScrollPane;
protected DBInputProcessorToken processorToken;
public DBInputTokenPanel(DebuggerTab debuggerTab) {
inputTextPane = new TextPane();
inputTextPane.setBackground(Color.white);
inputTextPane.setBorder(null);
inputTextPane.setFont(new Font(AWPrefs.getEditorFont(), Font.PLAIN, AWPrefs.getEditorFontSize()));
inputTextPane.setText("");
inputTextPane.setEditable(false);