jdk/src/java.desktop/share/classes/java/awt/dnd/DropTargetDropEvent.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
child 35667 ed476aba94de
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
   265 
   265 
   266     /*
   266     /*
   267      * fields
   267      * fields
   268      */
   268      */
   269 
   269 
   270     static final private Point  zero     = new Point(0,0);
   270     private static final Point  zero     = new Point(0,0);
   271 
   271 
   272     /**
   272     /**
   273      * The location of the drag cursor's hotspot in Component coordinates.
   273      * The location of the drag cursor's hotspot in Component coordinates.
   274      *
   274      *
   275      * @serial
   275      * @serial