Thanks for the responses to my previous email, I can now create a custom cursor from an image. I have another question though.
It appears that the cursor that I see is scaled to a set size (width and height) irrespective of the original size of the image. I need to have a cursor with the following dimensions: width 300 pixels, height 50 pixels Currently the cursor is a square of approximatley 95 x 95 pixels. I have tried Image.getScaledInstance(width, height, hints) but this makes no difference. What I am trying to do cannot be achieved if the cursor cannot be resized. Also what does the hotSpot achieve in the following method createCustomCursor(Image cursor, Point hotSpot, String name). The documentation seems very unclear? Thanks Andrew Mercer =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
