-
Bug
-
Resolution: Fixed
-
P4
-
1.2.1
-
tiger
-
sparc
-
solaris_2.5.1
Name: sdC67446 Date: 03/11/99
The doc for DragSourceDropEvent says nothing about the ctor's behavior
if input 'dsc' == null. Also the valid range for int parameter is
unspecified.
public DragSourceDropEvent(DragSourceContext dsc,
int action,
boolean success)
public DragSourceDropEvent(DragSourceContext dsc)
-------------
The doc says:
public DragSourceDropEvent(DragSourceContext dsc,
int action,
boolean success)
Construct a DragSourceDropEvent for a drop, given the
DragSourceContext, the drop action, and a boolean indicating if
the drop was successful.
Parameters:
dsc - the DragSourceContext associated with this
DragSourceDropEvent
action - the drop action
success - a boolean indicating if the drop was
successful
________
======================================================================
- relates to
-
JDK-4123385 spec for ctor java.awt.dnd.DragSourceDragEvent unclear
-
- Closed
-