static JButton biggerSubmitButton(JComponent form, S newName) { ret biggerSubmitButton(18, newName, form); } static JButton biggerSubmitButton(float fontSize, S newName, JComponent form) { ret packWindowVertically(setFontSize(fontSize, renameSubmitButton(newName, form))); } static JButton biggerSubmitButton(S newName, JComponent form) { ret biggerSubmitButton(form, newName); }