-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.3.0
-
sparc
-
solaris_2.6
Name: ooR10001 Date: 04/19/2000
Serializable class java.awt.dnd.DropTargetEvent has non-Serializable field
'context' of java.awt.dnd.DragSourceContext type. This field prevents
java.awt.dnd.DropTargetEvent from successful serialization.
java doc says:
-------------------------------------------------------------
Serialized Fields
context
DropTargetContext context
The DropTargetConext associated with this DropTargetEvent.
-------------------------------------------------------------
java.awt.dnd
Class DragSourceContext
java.lang.Object
|
+--java.awt.dnd.DragSourceContext
All Implemented Interfaces:
DragSourceListener, EventListener
-------------------------------------------------------------
======================================================================
- duplicates
-
JDK-4402936 java.awt.dnd package needs a coherent serialization scheme
- Resolved