> I need help for : a java code should capture keys from desktop or other
> applications Ex: notepad, Internet Explorer and other third party software.
Why do you need this? To spy on the user and steal his/her password?

Signature
Fred L. Kleinschmidt
Boeing Associate Technical Fellow
Technical Architect, Common User Interface Services
M/S 2R-94 (206)544-5225
Jeffrey Spoon - 21 Jun 2005 16:53 GMT
>> I need help for : a java code should capture keys from desktop or other
>> applications Ex: notepad, Internet Explorer and other third party software.
>
>Why do you need this? To spy on the user and steal his/her password?
Probably. Although you can actually use the same method to stop
keyloggers, if you're using the Windows API global keyboard hook (and
the keylogger is trying to, obviously). Although I'm not sure if you
could do it in Java without using JNI etc.

Signature
Jeffrey Spoon