static JButton disableSubmitButton(Component form) { JButton btn = findSubmitButton(form); if (btn != null) btn.setEnabled(false); ret btn; }