/[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.6.2.2 by gnu_andrew, Sun Jan 16 15:15:13 2005 UTC revision 1.6.2.3 by gnu_andrew, Thu Apr 28 23:00:13 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.6.2.2  
changed lines
  Added in v.1.6.2.3

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