/[classpath]/classpath/javax/swing/plaf/metal/MetalTextFieldUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/metal/MetalTextFieldUI.java

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

revision 1.1.2.4 by gnu_andrew, Wed Nov 2 00:44:01 2005 UTC revision 1.1.2.5 by gnu_andrew, Sun Nov 27 21:00:41 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package javax.swing.plaf.metal;  package javax.swing.plaf.metal;
40    
41    import java.beans.PropertyChangeEvent;
42    
43  import javax.swing.JComponent;  import javax.swing.JComponent;
44  import javax.swing.JTextField;  import javax.swing.JTextField;
45  import javax.swing.plaf.ComponentUI;  import javax.swing.plaf.ComponentUI;
# Line 67  public class MetalTextFieldUI extends Ba Line 69  public class MetalTextFieldUI extends Ba
69    {    {
70      return new MetalTextFieldUI();      return new MetalTextFieldUI();
71    }    }
72      
73      /**
74       * This method gets called when a bound property is changed on the associated
75       * JTextComponent. This is a hook which UI implementations may change to
76       * reflect how the UI displays bound properties of JTextComponent subclasses.
77       */
78      public void propertyChange(PropertyChangeEvent evt)
79      {
80        super.propertyChange(evt);
81      }
82  }  }

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

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