I just ran into something that might be strange.
Since switching over to ubuntu, I’ve haven’t done anything directly within a KeyListeners methods, so this is the first chance I’ve had to notice something that is possibly different from java under Windows. The thing is; I can’t check it myself.
When I run the program and hold down a key, the system begins firing both keyPressed() and keyReleased() continuously. However, the way I remember it from the last time I needed to know this (under Windows), the system would only keep performing keyPressed() while the button was held, and its seems like some old code is meant to work like that (and it did do what I needed it too). So I’m wondering if this really is a difference, or am I just insane?