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