-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.1
-
x86
-
windows_95
orig synopsis:
"from a Transformable [sic] object, getTransferData() does not seem to be called"
Name: mc57594 Date: 02/06/97
public Object getTransferData(DataFlavor flavor)
throws UnsupportedFlavorException, IOException {
System.out.println("ok.");
if (flavor.equals(flavors[STRING])) {
String s = myBlock.thePoly.toString();
System.out.println(myBlock.thePoly.toString());
return (Object)s;
} else {
throw new UnsupportedFlavorException(flavor);
}
}
company - Fractals sprl , email - ###@###.###
======================================================================
"from a Transformable [sic] object, getTransferData() does not seem to be called"
Name: mc57594 Date: 02/06/97
public Object getTransferData(DataFlavor flavor)
throws UnsupportedFlavorException, IOException {
System.out.println("ok.");
if (flavor.equals(flavors[STRING])) {
String s = myBlock.thePoly.toString();
System.out.println(myBlock.thePoly.toString());
return (Object)s;
} else {
throw new UnsupportedFlavorException(flavor);
}
}
company - Fractals sprl , email - ###@###.###
======================================================================
- relates to
-
JDK-4251057 Drag and drop of javaJVMLocalObjectMimeType must be serializable
-
- Closed
-