Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/javax/swing/JPasswordField.java
          +++ new/src/share/classes/javax/swing/JPasswordField.java
↓ open down ↓ 31 lines elided ↑ open up ↑
  32   32  import java.io.ObjectInputStream;
  33   33  import java.io.IOException;
  34   34  import java.io.*;
  35   35  import java.util.Arrays;
  36   36  
  37   37  /**
  38   38   * <code>JPasswordField</code> is a lightweight component that allows
  39   39   * the editing of a single line of text where the view indicates
  40   40   * something was typed, but does not show the original characters.
  41   41   * You can find further information and examples in
  42      - * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/textfield.html">How to Use Text Fields</a>,
       42 + * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/textfield.html">How to Use Text Fields</a>,
  43   43   * a section in <em>The Java Tutorial.</em>
  44   44   * <p>
  45   45   * <code>JPasswordField</code> is intended
  46   46   * to be source-compatible with <code>java.awt.TextField</code>
  47   47   * used with <code>echoChar</code> set.  It is provided separately
  48   48   * to make it easier to safely change the UI for the
  49   49   * <code>JTextField</code> without affecting password entries.
  50   50   * <p>
  51   51   * <strong>NOTE:</strong>
  52   52   * By default, JPasswordField disables input methods; otherwise, input
↓ open down ↓ 613 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX