jdk/src/share/classes/java/awt/datatransfer/DataFlavor.java
changeset 20854 242194ae1563
parent 20851 9f284cf7836b
parent 20455 f6f9a0c2796b
child 21276 f1438e2ce393
equal deleted inserted replaced
20853:505b28fe2b98 20854:242194ae1563
    91  * As mentioned, {@code flavor1} and {@code flavor2} are considered identical.
    91  * As mentioned, {@code flavor1} and {@code flavor2} are considered identical.
    92  * As such, asking a {@code Transferable} for either {@code DataFlavor} returns
    92  * As such, asking a {@code Transferable} for either {@code DataFlavor} returns
    93  * the same results.
    93  * the same results.
    94  * <p>
    94  * <p>
    95  * For more information on the using data transfer with Swing see
    95  * For more information on the using data transfer with Swing see
    96  * the <a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/dnd.html">
    96  * the <a href="http://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
    97  * How to Use Drag and Drop and Data Transfer</a>,
    97  * How to Use Drag and Drop and Data Transfer</a>,
    98  * section in <em>Java Tutorial</em>.
    98  * section in <em>Java Tutorial</em>.
    99  *
    99  *
   100  * @author      Blake Sullivan
   100  * @author      Blake Sullivan
   101  * @author      Laurence P. G. Cable
   101  * @author      Laurence P. G. Cable