Editable ComboBox - limit the number of chars enterable?
I am using an editable comboBox. I was wondering if it would be possible to limit the number of characters the user can enter into the field. I know that for a JTextField you can set the Document to a class that will limit the number of chars but I am not sure how to do this with a ComboBox.
Thanks,
John

