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

Print this page

        

@@ -42,11 +42,11 @@
 /**
  * <code>JTextField</code> is a lightweight component that allows the editing
  * of a single line of text.
  * For information on and examples of using text fields,
  * see
- * <a href="http://java.sun.com/docs/books/tutorial/uiswing/components/textfield.html">How to Use Text Fields</a>
+ * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/textfield.html">How to Use Text Fields</a>
  * in <em>The Java Tutorial.</em>
  *
  * <p>
  * <code>JTextField</code> is intended to be source-compatible
  * with <code>java.awt.TextField</code> where it is reasonable to do so.  This