Java Interaction with Keypad

How can you make sure that the keyboard work only with your Java application and not with the other windows?Message was edited by: PATIL
[157 byte] By [PATILa] at [2007-11-26 19:23:41]
# 1
If it was me I would expect that I would have to write a lot of code in some language besides java - like C/C++. I wouldn't expect that code to have anything to do with java either (ie it isn't JNI.)
jschella at 2007-7-9 21:45:33 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
Try looking at: http://java.sun.com/j2se/1.3/docs/guide/swing/KeyBindChanges.html
jjones3566a at 2007-7-9 21:45:33 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 3
> Try looking at:> http://java.sun.com/j2se/1.3/docs/guide/swing/KeyBindC> hanges.htmlI don't see how that is going to provide the requested functionality from the OS rather than an application.
jschella at 2007-7-9 21:45:33 > top of Java-index,Java HotSpot Virtual Machine,Specifications...