Cursor image is looking weird

I have a great image for a crosshair to my game, but the image shows all mixed up. here's my code:


MouseInput.get().setCursorVisible(true);
    MouseInput.get().setHardwareCursor(sceneGameState.class.getClassLoader().getResource("jme/data/crosshair.png"));



If somebody could help me I will be thankful.

Regards, Gustavo Borba.

Help please?

"image shows all mixed up" is a little vague…

bosun said:

"image shows all mixed up" is a little vague....


Indeed, a screen shot would be helpful.

When you take a screenshot, automatically your mouse hides. So I can't take a picture of my mouse.

Do you have a webcam that is build in your monitor?

You could then place a mirror infront of your monitor and take a snapshot with the cam :smiley:



Sry, couldnt resist. (Reflecting glasses would be also an option)…



You need an additional program. (Strange how much you can find, if you time

a question in google :smiley: )



Have a look here:

http://forums.cnet.com/5208-6142_102-0.html?threadID=117782

GustavoBorba said:

When you take a screenshot, automatically your mouse hides. So I can't take a picture of my mouse.


heh, good point  ;)  I think the print screen ability of jME should capture the mouse though (or at least the texture being used), no?