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