BBFormBuilder builder = new BBFormBuilder("p, 4dlu, 30dlu, 7dlu, p:grow");
builder.setDefaultDialogBorder();
builder.append(Strings.message("guide.dialog.title"), tfTitle, 3);
builder.append(Strings.message("edit.guide.general.position"), tfPosition, chAutoFeedsDiscovery);
builder.appendRelatedComponentsGapRow(2);
builder.appendRow("70dlu:grow");
builder.append(Strings.message("edit.guide.general.icon"), 1,
CellConstraints.FILL, CellConstraints.TOP).setLabelFor(iconsList);
builder.append(new JScrollPane(iconsList), 3, CellConstraints.FILL, CellConstraints.FILL);