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

Attachment: ComboBoxModelExtended.java
Description: Binary data

Attachment: EditableComboBoxModel.java
Description: Binary data

Reply via email to