Mouse position capturing
Hi All,
There is a problem which I faced when developing a remote desktop handling application using java.
How do I recieve the mouse pointer coordinations when Im out of the java GUI component's boundary in aplatform independent approach? (ex. when the mouse pointer move out from the JFrame)?
I have done this using JNI and windows API in j2sdk 1.4.2. Now I want to find a platform independant approach.
Is there any option available in java 5.0? new classes or methods?
Please help me on this matter?
Best regards
Lakshitha

