I have been trying to make a Pong clone as sort of a beginner's project, and I've hit a road block. I have managed to get to the point of keyboard support, but the keyboard repeat delay kicks in. I haven't found any usable way to use KeyEventDispatcher. It won't even initiate the dispatchKeyEvent() method. How would I go about using this?
Thanks in advance.
PS: Here is my source so far: http://pastebin.com/N9fLMzFT
you have to look for KeyBindings