sbool isEditableComboBox(JComboBox) { ret cb != null && swing(func -> bool { cb.isEditable() }); }