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,

[316 byte] By [tomtomja] at [2007-11-26 23:05:48]
# 1
In the future, Swing related questions should be posted in the Swing forum.i guess i should use JFormattedField in the text field but i have the combo boxThe create a custom editor and try using a JFormattedTextField.
camickra at 2007-7-10 13:59:00 > top of Java-index,Java Essentials,Java Programming...