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

Print this page

        

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