/[classpath]/classpath/javax/swing/JFormattedTextField.java
ViewVC logotype

Diff of /classpath/javax/swing/JFormattedTextField.java

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

revision 1.11 by mkoch, Thu Dec 30 09:37:04 2004 UTC revision 1.12 by tromey, Tue Apr 26 18:56:19 2005 UTC
# Line 155  public class JFormattedTextField extends Line 155  public class JFormattedTextField extends
155    private Object value;    private Object value;
156    private int focusLostBehavior = COMMIT_OR_REVERT;    private int focusLostBehavior = COMMIT_OR_REVERT;
157    private AbstractFormatterFactory formatterFactory;    private AbstractFormatterFactory formatterFactory;
158    private boolean editValid = true;    // Package-private to avoid an accessor method.
159      boolean editValid = true;
160        
161    public JFormattedTextField ()    public JFormattedTextField ()
162    {    {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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