}
public JPanel getSettingsPanel() {
JPanel content = new JPanel(new BorderLayout());
mScriptEditor = new BeanShellEditor();
mScriptEditor.setText(mScriptSource);
JScrollPane scrollPane = new JScrollPane(mScriptEditor);
scrollPane.setBackground(Color.WHITE);
LineNumberHeader header = new LineNumberHeader(mScriptEditor);