-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
6
-
x86
-
windows_xp
A DESCRIPTION OF THE REQUEST :
Need to know the current mouse cursor (e.g. hourglass or pointer etc). java.awt.PointerInfo seems like a logical place for this, as the location is given from there.
JUSTIFICATION :
Working on VNC-like application, and need to know current mouse cursor to properly display to user what is happening with their mouse.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
public int getMouseCursor ();
should return PointerInfo.HOURGLASS etc.
ACTUAL -
cannot determine current pointer currently
Need to know the current mouse cursor (e.g. hourglass or pointer etc). java.awt.PointerInfo seems like a logical place for this, as the location is given from there.
JUSTIFICATION :
Working on VNC-like application, and need to know current mouse cursor to properly display to user what is happening with their mouse.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
public int getMouseCursor ();
should return PointerInfo.HOURGLASS etc.
ACTUAL -
cannot determine current pointer currently