Re: Problem with key events in applets

2014-01-30 Thread David DeHaven
> Hi, > > I've noticed a problem with key events in applets - specifically, "key > released" are being inappropriately generated for some keys and not generated > at all for other keys. I have a small demo applet, live version is here: > > http://bluej.

Problem with key events in applets

2014-01-24 Thread Davin McCall
Hi, I've noticed a problem with key events in applets - specifically, "key released" are being inappropriately generated for some keys and not generated at all for other keys. I have a small demo applet, live version is here: http://bluej.org/davmac/KeyApplet.html The cod