Hello, I have written a simple program to test KeyEvent and I am having problems. I have created a class that extends JWindow and implements the KeyListener interface, but the JWindow does not seem to ever accept events of any kind. I originally wrote the program at work using WindowsNT and JDK 1.3 and all is good, but when I compile it using ProjectBuilder or command line java in OS X (10.0.2) there are no events registered. Is there a finer point to the OSX event model that I am missing, or is this a bug?
------------------
biome