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

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

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

revision 1.1.2.2 by gnu_andrew, Tue Aug 2 20:12:38 2005 UTC revision 1.1.2.3 by gnu_andrew, Tue Sep 20 18:46:33 2005 UTC
# Line 1  Line 1 
1  /* BasicFormattedTextFieldUI.java  /* BasicFormattedTextFieldUI.java
2     Copyright (C) 2004  Free Software Foundation, Inc.     Copyright (C) 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# 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    
45  /**  /**
# Line 55  public class BasicFormattedTextFieldUI e Line 56  public class BasicFormattedTextFieldUI e
56      return new BasicFormattedTextFieldUI();      return new BasicFormattedTextFieldUI();
57    }    }
58    
59      /**
60       * Returns the prefix for entries in the {@link UIDefaults} table.
61       *
62       * @return "FormattedTextField"
63       */
64    protected String getPropertyPrefix()    protected String getPropertyPrefix()
65    {    {
66      return "FormattedTextField";      return "FormattedTextField";

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

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