I did a workaround for solving this issue: generify an editable jcombobox The way i solved is by allowing only a generic type that has a constructor that accept a single string, so the model can create new instances of that class
I attach the code, maybe it can be useful -- Chipu
ComboBoxModelExtended.java
Description: Binary data
EditableComboBoxModel.java
Description: Binary data