jdk/src/java.desktop/share/classes/javax/swing/text/DefaultFormatter.java
changeset 36511 9d0388c6b336
parent 25859 3317bb8137f4
equal deleted inserted replaced
36510:043f1af70518 36511:9d0388c6b336
    29 
    29 
    30 import java.io.Serializable;
    30 import java.io.Serializable;
    31 import java.lang.reflect.*;
    31 import java.lang.reflect.*;
    32 import java.text.ParseException;
    32 import java.text.ParseException;
    33 import javax.swing.*;
    33 import javax.swing.*;
    34 import javax.swing.text.*;
       
    35 
    34 
    36 /**
    35 /**
    37  * <code>DefaultFormatter</code> formats arbitrary objects. Formatting is done
    36  * <code>DefaultFormatter</code> formats arbitrary objects. Formatting is done
    38  * by invoking the <code>toString</code> method. In order to convert the
    37  * by invoking the <code>toString</code> method. In order to convert the
    39  * value back to a String, your class must provide a constructor that
    38  * value back to a String, your class must provide a constructor that