builder.append(getTitleLabel(), tfTitle, 3);
builder.append(Strings.message("tags.description"), tfDescription, 3);
builder.append(Strings.message("tags.extended"), tfExtended, 3);
builder.append(Strings.message("tags.tags"), tfTags, new JButton(new SuggestTagsAction()));
builder.nextLine();
builder.appendUnrelatedComponentsGapRow();
builder.nextLine();
builder.append(Strings.message("tags.other.tags"), 1, lbSharedTags, btnFetch);