BBFormBuilder builder = new BBFormBuilder("pref, 4dlu, 0:grow, 2dlu, p");
builder.setDefaultDialogBorder();
builder.append(Strings.message("show.feed.properties.tab.basic.title"), tfTitle, 3);
builder.appendRelatedComponentsGapRow(2);
builder.appendRow("50dlu");
JLabel label = builder.append(Strings.message("show.feed.properties.tab.basic.description"), 1,
CellConstraints.FILL, CellConstraints.TOP);
label.setLabelFor(taDescription);
builder.append(spDescription, 3, CellConstraints.FILL, CellConstraints.FILL);
builder.append(Strings.message("show.feed.properties.tab.basic.author"), tfAuthor);