|
|
|||||||||||||
Class CursorXpublic class CursorX extends Cursor { // Constructors public CursorX(Image img, int x, int y); // Methods public int getType(); } This class implements an extended cursor object. Note For the Microsoft SDK for Java version 3.0 pre-release 2, images must be 32-by-32 pixels to be used successfully with CursorX objects. Cursor | +--CursorX ConstructorsCursorXpublic CursorX(Image img, int x, int y); MethodsgetTypepublic int getType();
|
© 1998 Microsoft Corporation. All rights reserved. Terms of use. |