Respected Members,
I am making a very simple program in
Java swing using jdk1.4.2, the program simply contains a JFrame and nothing else,what it is simply doing that I have binded an event to this frame and which is that every time the user presses Ctrl-F3(control and F3 key) so a message is displayed stating for example that "you pressed right key", but my program is not working, the probelm is that the event dont get fired,if I
test it indivisually for Ctrl or F3 than the event is fiered and every thing works fine, teh code is: