static JForm showFormTitled3(S title, O... parts) {
  JForm form = JForm(parts).disposeFrameOnSubmit();
  showFrame(title, form);
  ret form;
}