builder.appendSeparator("Two Standard Rows");
builder.append("Name:", name3Field);
builder.append("Comment:");
builder.nextLine();
builder.append("");
builder.nextRow(-2);
builder.add(new JScrollPane(comment3Area),
cc.xywh(builder.getColumn(), builder.getRow(), 1, 3));
return builder.getPanel();
}