add(explanationPanel, new GridBagConstraints(0, 0, 1, 1, 1.0, 1.0, NORTHWEST, BOTH, new Insets(0, 0, 5, 0), 0, 0));
add(actionPanel, new GridBagConstraints(0, 1, 1, 1, 0.0, 0.0, NORTHWEST, BOTH, new Insets(5, 0, 20, 0), 0, 0));
tUserRegex.setEnabled(false);
JTextField editor = (JTextField) tUserRegex.getEditor().getEditorComponent();
editor.addKeyListener(this);
editor.addActionListener(this);
tUserRegex.addItemListener(this);
extractDataButton.setEnabled(false);
extractDataButton.addActionListener(this);
}