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

[340 byte] By [Inspiron123a] at [2007-11-26 12:34:34]
# 1
Add a DocumentListener to the editor component of the combo box.
camickra at 2007-7-7 15:50:14 > top of Java-index,Desktop,Core GUI APIs...