I am trying to build a program that will get all the system keyEvents when ever it is pressed (it may be on web browser or any key press for any other program ).Is there any function to retrive which key is pressed to do this job. Thanx in advance.
Share
There no such function in JDK. May be you can use Java Native Interface?