CVSROOT: /cvsroot/classpath
Module name: classpath
Changes by: Lillian Angel <langel> 06/08/02 19:53:58
Modified files:
. : ChangeLog
java/awt/dnd : DragSource.java DropTarget.java
Log message:
2006-08-02 Lillian Angel <[EMAIL PROTECTED]>
* java/awt/dnd/DragSource.java
(isDragImageSupported): Implemented.
(getDragThreshold): Changed default value.
* java/awt/dnd/DropTarget.java
(DropTarget): Default action is changed to ACTION_COPY_OR_MOVE.
(DropTarget): Likewise.
(DropTarget): If FlavorMap passed in is null, we should use the
system default.
(addDropTargetListener): Added check to determine if new
DropTargetListener
is this class. If so, an IllegalArgumentException is thrown. If
the
new listener is null, nothing happens.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8297&r2=1.8298
http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragSource.java?cvsroot=classpath&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DropTarget.java?cvsroot=classpath&r1=1.15&r2=1.16