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