All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lphystudio.app.graphicalmodelpanel.viewer.DecimalFormat Maven / Gradle / Ivy

The newest version!
package lphystudio.app.graphicalmodelpanel.viewer;

public class DecimalFormat {

    public static java.text.DecimalFormat FORMAT = new java.text.DecimalFormat();

    static {
        FORMAT.setMaximumFractionDigits(6);
    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy