Add an ActionListener to it and call transferFocus().
JComboBox jcb = new JComboBox();
jcb.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
transferFocus();
}
});
thank's rebol i had tried to my program it work, i don't why i thought it should listen to key listener, however i wrong you right.
anyway thank's this dukes belong to you.
could you help me on this thread :
http://forum.java.sun.com/thread.jspa?messageID=9693905
Message was edited by:
suryanto_so