Changing Cursor Color

can i change the cursor color beside changing its type ?
[63 byte] By [TheInsider] at [2007-9-30 20:07:45]
# 1
can you make another custom cursor of a different color?
Zebediah at 2007-7-7 0:53:43 > top of Java-index,Administration Tools,Sun Connection...
# 2
what i meant is that i can change the cursor type& the question is can i change the color of any cursor type ?
TheInsider at 2007-7-7 0:53:43 > top of Java-index,Administration Tools,Sun Connection...
# 3
No,I think not.As in all look and feels the cursors never changes. If one can change the cursor then Look and Feels should also contain their own cursors.What you can do is, you can change the cursor type.Regards,
First_INTELLIGENT_Scientist at 2007-7-7 0:53:43 > top of Java-index,Administration Tools,Sun Connection...
# 4

I thought Toolkit.createCustomCursor was used for this sort of thing.

You don't seem to be able to capture the Image representing a system cursor, however, so can't base a custom cursor on changing the colour of a system one.

You could probably get around this by using a custom cursor for your entire application (or at least the part that requires its colour to change) and use colourised versions of that as appropriate.

Hope this helps.

KPSeal at 2007-7-7 0:53:43 > top of Java-index,Administration Tools,Sun Connection...