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

Print this page

        

*** 42,52 **** /** * <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://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 --- 42,52 ---- /** * <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="https://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