Index: java/awt/datatransfer/DataFlavor.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/awt/datatransfer/DataFlavor.java,v retrieving revision 1.18 diff -u -b -B -r1.18 DataFlavor.java --- java/awt/datatransfer/DataFlavor.java 26 Dec 2003 17:49:37 -0000 1.18 +++ java/awt/datatransfer/DataFlavor.java 6 Feb 2004 08:58:33 -0000 @@ -1,5 +1,5 @@ /* DataFlavor.java -- A type of data to transfer via the clipboard. - Copyright (C) 1999, 2001 Free Software Foundation, Inc. + Copyright (C) 1999, 2001, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -60,11 +60,7 @@ { static final long serialVersionUID = 8367026044764648243L; -// FIXME: Serialization: Need to write methods for. - -/* - * Static Variables - */ + // FIXME: Serialization: Need to write methods for. /** * This is the data flavor used for tranferring plain text. The MIME @@ -90,6 +86,10 @@ */ public static final DataFlavor javaFileListFlavor; +/** + * This is an image flavor used for transferring images. The + * representation type is a java.awt.Image. + */ public static final DataFlavor imageFlavor; /** @@ -105,7 +105,7 @@ * being transferred. */ public static final String javaJVMLocalObjectMimeType = - "application/x-java-jvm-local-object"; + "application/x-java-jvm-local-objectref"; /** * This is the MIME type used to transfer a link to a remote object.