create a triangle shape cursor

hello everybody,I have a problem to make a triangle shape cursor using java. i had already made a moving zig-zag object as a cursor by using MouseListener, MouseMotionListener syntax. Could anybody please help me to make the triangle shape. thank you in advance.
[276 byte] By [joelabia] at [2007-10-3 8:44:07]
# 1
Create a triangle image (in paint or something like that), then use ToolKit to create a custom cursor.
CaptainMorgan08a at 2007-7-15 3:52:52 > top of Java-index,Desktop,Core GUI APIs...
# 2
what toolkit should i use to connect the triangle shape to the cursor?
joelabia at 2007-7-15 3:52:52 > top of Java-index,Desktop,Core GUI APIs...