Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Jason Perry   on Dec 16 In Java Category.

  
Question Answered By: Nicolas Costa   on Dec 16

I think can try this also
JComboBox combo  = new JComboBox();
combo.setEditable(true);
JTextField textField2 = (JTextField)combo.getEditor().getEditorComponent();
textField2.addKeyListener(new KeyActionHandler());

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on JCombo Problem Or get search suggestion and latest updates.


Tagged: