src/share/classes/javax/swing/TransferHandler.java

Print this page

        

@@ -73,11 +73,11 @@
  * a <code>TransferHandler</code> can be constructed with the string "foreground".  The
  * built in support will use the color returned by <code>getForeground</code> as the source
  * of the transfer, and <code>setForeground</code> for the target of a transfer.
  * <p>
  * Please see
- * <a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/dnd.html">
+ * <a href="http://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
  * How to Use Drag and Drop and Data Transfer</a>,
  * a section in <em>The Java Tutorial</em>, for more information.
  *
  *
  * @author Timothy Prinzing