How to change mouse cursor color?

Hello,Anybody knows how to change the color of the mouse cursor? When I change the background of my JTextPane to black, I can no longer see the cursor. I would like the cursor to be white in this case.Thanks very much!
[239 byte] By [mchrisa] at [2007-11-26 19:26:40]
# 1
http://forum.java.sun.com/thread.jspa?threadID=5049599&messageID=9171300
zadoka at 2007-7-9 21:52:13 > top of Java-index,Java Essentials,New To Java...
# 2
I have done it in javascripthope ll solve your problemonmouseover="this.style.cursor='url(cursor.cur)'"or replace url(cursor.cur) with the cursor namelike default
--san--a at 2007-7-9 21:52:13 > top of Java-index,Java Essentials,New To Java...
# 3

> I have done it in javascript

>

> hope ll solve your problem

>

> onmouseover="this.style.cursor='url(cursor.cur)'"

>

> or replace url(cursor.cur) with the cursor name

>like default

No, Java is not the same thing as JavaScript!

zadoka at 2007-7-9 21:52:13 > top of Java-index,Java Essentials,New To Java...
# 4
Thanks for your replies folks but none of the two give me any clue! What is the "Editor Settings". I am not using that IDE. A link to code might be more useful to me.Thanks again :)
mchrisa at 2007-7-9 21:52:13 > top of Java-index,Java Essentials,New To Java...
# 5

> Thanks for your replies folks but none of the two

> give me any clue! What is the "Editor Settings". I

> am not using that IDE. A link to code might be more

> useful to me.

>

> Thanks again :)

Oops, I wasn't sure if it was possible but I found a similar question that seemed to be answered. I should have looked closer. This won't help to much more, but it is more appropriate:

http://forum.java.sun.com/thread.jspa?forumID=17&threadID=563665

zadoka at 2007-7-9 21:52:14 > top of Java-index,Java Essentials,New To Java...
# 6
Yes, at least this one gives me a pointer so I can take it from there.Thanks a lot!
mchrisa at 2007-7-9 21:52:14 > top of Java-index,Java Essentials,New To Java...
# 7
A pointer! Hah....Well, I thought it was funny, anyway.
DavidKNa at 2007-7-9 21:52:14 > top of Java-index,Java Essentials,New To Java...
# 8
Well,After looking at it more carefully is not even a pointer :( Well, that's life with Java I guess...
mchrisa at 2007-7-9 21:52:14 > top of Java-index,Java Essentials,New To Java...