static int showForm_leftWidth(LL l) { int minW = 0; for (L row : l) minW = max(minW, getMinimumSize(first(row)).width); ret minW; }