static JComboBox onSelectedItem(final JComboBox cb, final VF1 f) { addActionListener(cb, r { pcallF(f, selectedItem(cb)) }); ret cb; } static JComboBox onSelectedItem(final JComboBox cb, IVF1 f) { addActionListener(cb, r { pcallF(f, selectedItem(cb)) }); ret cb; }