125126127128129130131132133134135
c.addItem(name); } } } c.addFocusListener(this); if (! readonly) { c.addActionListener(this); c.addKeyListener(this); c.addPopupListener(this);