builderKG.append(Globals.lang("Field"));
builderKG.append(m_kgSearchField, 3);
builderKG.nextLine();
builderKG.append(Globals.lang("Keyword"));
builderKG.append(m_kgSearchTerm);
builderKG.append(new FieldContentSelector(m_parent, m_basePanel, this,
m_kgSearchTerm, m_basePanel.metaData(), null, true, ", "));
builderKG.nextLine();
builderKG.append(m_kgCaseSensitive, 3);
builderKG.nextLine();
builderKG.append(m_kgRegExp, 3);