Note that multi-frame images are invalid and may cause this method to hang.
@param cursor the image to display when the cursor is actived
@param hotSpot the X and Y of the large cursor's hot spot; thehotSpot values must be less than the Dimension returned by getBestCursorSize
@param name a localized description of the cursor, for Java Accessibility use
@exception IndexOutOfBoundsException if the hotSpot values are outsidethe bounds of the cursor
@exception HeadlessException if GraphicsEnvironment.isHeadless()returns true
@see ae.java.awt.GraphicsEnvironment#isHeadless
@since 1.2
Note that multi-frame images are invalid and may cause this method to hang.
@param cursor the image to display when the cursor is actived
@param hotSpot the X and Y of the large cursor's hot spot; thehotSpot values must be less than the Dimension returned by getBestCursorSize
@param name a localized description of the cursor, for Java Accessibility use
@exception IndexOutOfBoundsException if the hotSpot values are outsidethe bounds of the cursor
@exception HeadlessException if GraphicsEnvironment.isHeadless()returns true
@see java.awt.GraphicsEnvironment#isHeadless
@since 1.2
|
|