The ImageX Class of the com.ms.awt package encapsulates an extended image object.
public class ImageX extends com.ms.awt.image.Image { // Constructors public ImageX(Component c, int w, int h); public ImageX(ImageProducer producer); // Methods public int getCursor(int x, int y); public Graphics getGraphics(); public int getIcon(); }
This class provides the getCursor and getIcon methods, which retrieve Win32 images for cursors and icons, respectively.
Image | +--ImageX