/[classpath]/classpath/javax/swing/plaf/basic/BasicPasswordFieldUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicPasswordFieldUI.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.2.2 by gnu_andrew, Tue Aug 2 20:12:38 2005 UTC revision 1.2.2.3 by gnu_andrew, Tue Sep 20 18:46:33 2005 UTC
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39  package javax.swing.plaf.basic;  package javax.swing.plaf.basic;
40    
41  import javax.swing.JComponent;  import javax.swing.JComponent;
42    import javax.swing.UIDefaults;
43  import javax.swing.plaf.ComponentUI;  import javax.swing.plaf.ComponentUI;
44  import javax.swing.text.Element;  import javax.swing.text.Element;
45  import javax.swing.text.PasswordView;  import javax.swing.text.PasswordView;
# Line 60  public class BasicPasswordFieldUI extend Line 61  public class BasicPasswordFieldUI extend
61      return new BasicPasswordFieldUI();      return new BasicPasswordFieldUI();
62    }    }
63    
64      /**
65       * Returns the prefix for entries in the {@link UIDefaults} table.
66       *
67       * @return "PasswordField"
68       */
69    protected String getPropertyPrefix()    protected String getPropertyPrefix()
70    {    {
71      return "PasswordField";      return "PasswordField";

Legend:
Removed from v.1.2.2.2  
changed lines
  Added in v.1.2.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26