Doug Zwick wrote:
| I'm getting a strange solid-white-filled arrow cursor
| back from Cursor.getPredefinedCursor(Cursor.MOVE_CURSOR).
| I expected the "Open Hand" cursor. Running my code under
| 1.3.1_03-76 gives the expected cursor, as does MRJ 2.2.6.
|
| Is my Java install screwed, or do others see this too?
|
| Simple test program:
I get the regular, ordinary black-with-white-outline arrow. (To make sure that the code did anything at all on my system, I tried it with WAIT_CURSOR, and got the Static CD of Busyness [not to be confused with the Spinning Beachball of Death].)
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-69.1)
Java HotSpot(TM) Client VM (build 1.4.1_01-24, mixed mode)
(on Jaguar)
For what it's worth, Sun says that MOVE_CURSOR is expected to be a *closed* hand (indicating that something's been "grabbed"); HAND_CURSOR is the open hand. (http://java.sun.com/products/jlf/ed1/dg/higi.htm#36083)
Glen Fisher
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden