static JPanel vstack(O... parts) {
  ret vstack2(parts);
}

static JPanel vstack(L parts) {
  ret vstack(toObjectArray(parts));
}