Is there some shortcut to reset JComboBox for index -1?

Hi,I tried to use DEL key to clear JComboBox selected item, but it didn't work. Is there some key for this or I need to create a JComboBox child to handle this problem?
[183 byte] By [Edilmar_Alvesa] at [2007-11-26 19:48:47]
# 1
Don't know what you mean by "combo box child", but yes you need to write your own code. Either create a "Clear Selection" button or use a Key Binding to assing some KeyStroke to invoke an Action to clear the selection.
camickra at 2007-7-9 22:36:42 > top of Java-index,Desktop,Core GUI APIs...