List of usage examples for java.awt.event KeyAdapter subclass-usage
From source file MemComboBoxDemo.java
class MemComboAgent extends KeyAdapter { protected JComboBox comboBox; protected JTextField editor; public MemComboAgent(JComboBox c) {