Hi!

I've been using kaffe for my course in Objectoriented programming and I
have found a bug in the keyevent handling. The problem is that whenever
I press a key, the program is halted until the key is released again. I
have found that the bug goes away if I change line 25 in KeyEvt.java
from:
accelHint = true;
to:
accelHint = false;

I know that this does not fix the bug (as it probably destroys something
else) but it should point at the problem.

Regards
Erik Johnsson





_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to