aspose file tools
The moose likes Swing / AWT / SWT and the fly likes key listener for editable combo box. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "key listener for editable combo box." Watch "key listener for editable combo box." New topic
Author

key listener for editable combo box.

sharan vasandani
Ranch Hand

Joined: Feb 22, 2007
Posts: 100
how to use key listener for editable combo box.
Michael Dunn
Ranch Hand

Joined: Jun 09, 2003
Posts: 4632
comboBox.getEditor().getEditorComponent().addKeyListener(...)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: key listener for editable combo box.
 
Similar Threads
DropDown Selection List onKeyPress in Text Box
Combo box focus problem
jcombobox info
text wrap in combo box.
Setting Focus in a DeleteKeyListener