예제 #1
0
 public void setValue(double d) {
   setText(FormatUtil.format(d));
 }
예제 #2
0
 public double getValue() {
   return FormatUtil.getFloatValue(getText());
 }