static JPanel makeForm_customArrangement(Bool internalFrame default null, F1<L<JComponent>, JPanel> arrange, fO... _parts) {
  ret swing(func -> JPanel {
    callF(arrange,
      showForm_arrange1(showForm_makeComponents(internalFrame, _parts)))
  });
}