please include function showFormTitled. // constants static L showForm_arrange1(LL l) { int minW = showForm_leftWidth(l); new L out; for (L row : l) out.add(westAndCenter(withRightMargin(showForm_gapBetweenColumns, jMinWidthAtLeast(minW, first(row))), second(row))); ret out; }