jdk/src/share/classes/javax/swing/JWindow.java
changeset 20455 f6f9a0c2796b
parent 12661 6cf8b7116579
child 20458 f2423fb3fd19
equal deleted inserted replaced
20454:d332fc10731f 20455:f6f9a0c2796b
   312      * Note: When used with {@code JWindow}, {@code TransferHandler} only
   312      * Note: When used with {@code JWindow}, {@code TransferHandler} only
   313      * provides data import capability, as the data export related methods
   313      * provides data import capability, as the data export related methods
   314      * are currently typed to {@code JComponent}.
   314      * are currently typed to {@code JComponent}.
   315      * <p>
   315      * <p>
   316      * Please see
   316      * Please see
   317      * <a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/dnd.html">
   317      * <a href="http://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
   318      * How to Use Drag and Drop and Data Transfer</a>, a section in
   318      * How to Use Drag and Drop and Data Transfer</a>, a section in
   319      * <em>The Java Tutorial</em>, for more information.
   319      * <em>The Java Tutorial</em>, for more information.
   320      *
   320      *
   321      * @param newHandler the new {@code TransferHandler}
   321      * @param newHandler the new {@code TransferHandler}
   322      *
   322      *