yeah, i've encountered the problem of 'stalled' Event Delivery.
I've known about it since 1.4.0, but havn't managed to work out what exactly was the cause.
It seems to only happen when I spawn my app. from within JCreator.
It also seems to only happen on Win98, and only when when running in Fullscreen using BufferStrategy.
I think its something to do with the Thread scheduler in Windows, because I can interrupt the 'stall' by opening and closing my CD drive. (which i gather sends an interrupt, which results in the Thread scheduler 'fixing' itself.)
A *very* peculiar bug.
I don't run from JCreator, simply build and run from a batch...
In standalone mode no problems, but with applets the problem is serious

With previous versions all was OK (Mozilla 1.3 and Explorer 6.0), now with exactly the same code no way to get smooth event handling...
This happens with XP...
I'll try on Win98se to see the result.