David Shay's blog on Java, Python, AWS or any other center of interest
This article was posted originally on JRoller June 3, 2005
To listen to edition event in the editor component of a JComboBox:
((JTextComponent)comboBox.getEditor().getEditorComponent()).getDocument().addDocumentListener(listener);
No comments:
Post a Comment