src/windows/classes/sun/awt/windows/WCustomCursor.java

Print this page

        

*** 36,45 **** --- 36,46 ---- * A class to encapsulate a custom image-based cursor. * * @see Component#setCursor * @author ThomasBall */ + @SuppressWarnings("serial") // JDK-implementation class final class WCustomCursor extends CustomCursor { WCustomCursor(Image cursor, Point hotSpot, String name) throws IndexOutOfBoundsException { super(cursor, hotSpot, name);