Name: vi73552 Date: 03/04/99
In the JDK1.2 Javadoc for DropTargetContext the entry for
createTransferableProxy states:
createTransferableProxy(Transferable t, boolean local)
subclasses may override this to supply their own Proxy
Transferable
It is not possible to subclass from DropTargetContext
because there is no default constructor and the constructor
which is there only has package scope.
(Review ID: 48149)
======================================================================