Java Programming - validating entry in combobox
hello all,
i have a editable combobox. before saving the content of the comboBox i need to validate the input if the input is in specific format.
will appreciate if anyone can let me know how to do it? i guess i should use JFormattedField in the text field but i have the combo box.
regards,

