builder.append(new JPanel());
builder.append(matchStartsWithKey, 3);
builder.nextLine();
builder.append(new JPanel());
builder.append(matchExactKeyOnly, 3);
builder.nextLine();
builder.append(new JPanel());
builder.append(useRegExpComboBox);
builder.append(regExpTextField);
HelpAction helpAction = new HelpAction(helpDialog, GUIGlobals.regularExpressionSearchHelp,
Globals.lang("Help on Regular Expression Search"), GUIGlobals.getIconUrl("helpSmall"));