-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 1.2.0
-
Component/s: docs
-
1.2beta4
-
sparc
-
solaris_2.5
-
Verified
Name: sdC67446 Date: 02/19/98
The documentation for java.awt.dnd.DropTarget.getDefaultActions() does not specify behavior if actions is not defined before. The current behavior is to return (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTION_REFERENCE).
Here what doc says:
--------------------------------------------------
public int getDefaultActions()
Returns:
the current default actions
--------------------------------------------------
======================================================================