Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/javax/swing/JWindow.java
          +++ new/src/share/classes/javax/swing/JWindow.java
↓ open down ↓ 307 lines elided ↑ open up ↑
 308  308       * {@code null} or not a user-set drop target, this method will change the
 309  309       * drop target as follows: If {@code newHandler} is {@code null} it will
 310  310       * clear the drop target. If not {@code null} it will install a new
 311  311       * {@code DropTarget}.
 312  312       * <p>
 313  313       * Note: When used with {@code JWindow}, {@code TransferHandler} only
 314  314       * provides data import capability, as the data export related methods
 315  315       * are currently typed to {@code JComponent}.
 316  316       * <p>
 317  317       * Please see
 318      -     * <a href="http://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
      318 +     * <a href="https://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
 319  319       * How to Use Drag and Drop and Data Transfer</a>, a section in
 320  320       * <em>The Java Tutorial</em>, for more information.
 321  321       *
 322  322       * @param newHandler the new {@code TransferHandler}
 323  323       *
 324  324       * @see TransferHandler
 325  325       * @see #getTransferHandler
 326  326       * @see java.awt.Component#setDropTarget
 327  327       * @since 1.6
 328  328       *
↓ open down ↓ 345 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX