src/share/classes/java/awt/datatransfer/DataFlavor.java

Print this page

        

*** 88,98 **** * As mentioned, {@code flavor1} and {@code flavor2} are considered identical. * As such, asking a {@code Transferable} for either {@code DataFlavor} returns * the same results. * <p> * For more information on the using data transfer with Swing see ! * the <a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/dnd.html"> * How to Use Drag and Drop and Data Transfer</a>, * section in <em>Java Tutorial</em>. * * @author Blake Sullivan * @author Laurence P. G. Cable --- 88,98 ---- * As mentioned, {@code flavor1} and {@code flavor2} are considered identical. * As such, asking a {@code Transferable} for either {@code DataFlavor} returns * the same results. * <p> * For more information on the using data transfer with Swing see ! * the <a href="http://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html"> * How to Use Drag and Drop and Data Transfer</a>, * section in <em>Java Tutorial</em>. * * @author Blake Sullivan * @author Laurence P. G. Cable