mSettingsPanel.add(UiUtilities.createHelpTextArea(mLocalizer.msg("desc",
"help-text")), BorderLayout.NORTH);
mTextInput = new JTextArea(mText);
JScrollPane scrollPane = new JScrollPane(mTextInput);
LineNumberHeader header = new LineNumberHeader(mTextInput);
scrollPane.setRowHeaderView(header);
mSettingsPanel.add(scrollPane, BorderLayout.CENTER);
JPanel buttonPanel = new JPanel(new FlowLayout(FlowLayout.RIGHT));