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

Print this page

        

@@ -33,11 +33,11 @@
  * to create a custom dialog, or invoke the many class methods
  * in {@link JOptionPane} to create a variety of standard dialogs.
  * For information about creating dialogs, see
  * <em>The Java Tutorial</em> section
  * <a
- href="http://java.sun.com/docs/books/tutorial/uiswing/components/dialog.html">How
+ href="http://docs.oracle.com/javase/tutorial/uiswing/components/dialog.html">How
  * to Make Dialogs</a>.
  *
  * <p>
  *
  * The {@code JDialog} component contains a {@code JRootPane}

@@ -784,11 +784,11 @@
      * Note: When used with {@code JDialog}, {@code TransferHandler} only
      * provides data import capability, as the data export related methods
      * are currently typed to {@code JComponent}.
      * <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.
      *
      * @param newHandler the new {@code TransferHandler}
      *