JComboBox Event Question

Hi All,I would like to ask how to setup JComboBox event so that I can select through Combo Box Items using my keyboard only (up, down arrow key) instead of using the mouse?do you guys have some codes? please share... thanks a lot guys and godblessako
[278 byte] By [khickyphutza] at [2007-11-27 6:24:42]
# 1
Read the combo box API and follow the link to the Swing tutorial on "How to Use Combo Boxes". The code works whether you select an item with the mouse of the keyboard.
camickra at 2007-7-12 17:43:50 > top of Java-index,Desktop,Core GUI APIs...
# 2
tnx a lot i've seen your example in the forum... hehe..
khickyphutza at 2007-7-12 17:43:50 > top of Java-index,Desktop,Core GUI APIs...