public static String format(double value) { return df.format(value); }
static { df = new DecimalFormat(); df.applyPattern("#.##"); }