> I extended a TextField component by adding a KeyListener and it works
> just fine.  But when I did the same thing with a Choice component no
> KeyEvents get delivered.  Any reason why this would happen? 

KeyEvents get delivered to Choices (at least with v4a) but there are some 
known problems where the key events get delivered to the wrong component:
http://developer.java.sun.com/developer/bugParade/bugs/4053856.html

If you think the problem only occurs when subclassing Choice, you should
send me some example code.


        Juergen

-- 
Juergen Kreileder, Universitaet Dortmund, Lehrstuhl Informatik V
Baroper Strasse 301, D-44221 Dortmund, Germany
Phone: ++49 231/755-5806, Fax: ++49 231/755-5802

Reply via email to