static JPanel comboBoxAndButton(JComboBox cb, S buttonText, IVF1 onEnter) { Runnable r = r { callF(onEnter, getText(cb)) }; ret centerAndEastWithMargin(onEnter(cb, r), jbutton(buttonText, r)); }