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

Print this page

        

*** 37,47 **** /** * <code>JPasswordField</code> is a lightweight component that allows * the editing of a single line of text where the view indicates * something was typed, but does not show the original characters. * You can find further information and examples in ! * <a href="http://java.sun.com/docs/books/tutorial/uiswing/components/textfield.html">How to Use Text Fields</a>, * a section in <em>The Java Tutorial.</em> * <p> * <code>JPasswordField</code> is intended * to be source-compatible with <code>java.awt.TextField</code> * used with <code>echoChar</code> set. It is provided separately --- 37,47 ---- /** * <code>JPasswordField</code> is a lightweight component that allows * the editing of a single line of text where the view indicates * something was typed, but does not show the original characters. * You can find further information and examples in ! * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/textfield.html">How to Use Text Fields</a>, * a section in <em>The Java Tutorial.</em> * <p> * <code>JPasswordField</code> is intended * to be source-compatible with <code>java.awt.TextField</code> * used with <code>echoChar</code> set. It is provided separately