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

Diff of /classpath/javax/swing/plaf/basic/BasicTextFieldUI.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:34 2005 UTC
# Line 41  package javax.swing.plaf.basic; Line 41  package javax.swing.plaf.basic;
41  import java.beans.PropertyChangeEvent;  import java.beans.PropertyChangeEvent;
42    
43  import javax.swing.JComponent;  import javax.swing.JComponent;
44    import javax.swing.UIDefaults;
45  import javax.swing.plaf.ComponentUI;  import javax.swing.plaf.ComponentUI;
46  import javax.swing.text.Element;  import javax.swing.text.Element;
47  import javax.swing.text.FieldView;  import javax.swing.text.FieldView;
# Line 63  public class BasicTextFieldUI extends Ba Line 64  public class BasicTextFieldUI extends Ba
64      return new BasicTextFieldUI();      return new BasicTextFieldUI();
65    }    }
66    
67      /**
68       * Returns the prefix for entries in the {@link UIDefaults} table.
69       *
70       * @return "TextField"
71       */
72    protected String getPropertyPrefix()    protected String getPropertyPrefix()
73    {    {
74      return "TextField";      return "TextField";

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