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

[593 byte] By [lakyboya] at [2007-10-2 14:27:18]
# 1
hi,can any one help me in capturing mouse events & screen(desktop) ,remotley
cute_harikaa at 2007-7-13 12:47:43 > top of Java-index,Other Topics,Java Community Process (JCP) Program...
# 2
hii,hey pls can u send me ur code of desktop capturingregards,harika
cute_harikaa at 2007-7-13 12:47:43 > top of Java-index,Other Topics,Java Community Process (JCP) Program...
# 3
Hi Lakshitha,Try: java.awt.MouseInfo.getPointerInfo() available only in JDK 1.5.RegardsNikunj
Nikunj_Bhaia at 2007-7-13 12:47:43 > top of Java-index,Other Topics,Java Community Process (JCP) Program...