how to i know JComboBox has changed
hi
I have set the JComboBox which is editable.
how listeners can i add to the jCombobox.
other than ItemListener
my problem is i have added the ItemListener for the JCombobox. when it try to paste any text in the JCombobox then which listener will act on it other than keylistener.
thank you
null

