src/java.desktop/share/classes/java/awt/dnd/DropTargetDropEvent.java

Print this page

        

*** 265,275 **** /* * fields */ ! static final private Point zero = new Point(0,0); /** * The location of the drag cursor's hotspot in Component coordinates. * * @serial --- 265,275 ---- /* * fields */ ! private static final Point zero = new Point(0,0); /** * The location of the drag cursor's hotspot in Component coordinates. * * @serial