JPasswordField displays an extra echo character

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P3
    • None
    • Affects Version/s: 1.1.5
    • Component/s: client-libs



      Name: diC59631 Date: 01/09/98


      import com.sun.java.swing.*;

      public class Test2 extends JFrame {

        public static void main (String [] args) {
          JFrame f = new Test2();
          f.pack();
          f.show();
        }

        public Test2() {
          super("Test2");
          JPasswordField pf = new JPasswordField(6);
          this.getContentPane().add(pf);
        }
      }

      >javac Test2.java
      >java Test2
      (Review ID: 23043)
      ======================================================================

            Assignee:
            Tim Prinzing (Inactive)
            Reporter:
            Daniel Indrigo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: