public void setValue(double d) { setText(FormatUtil.format(d)); }
public double getValue() { return FormatUtil.getFloatValue(getText()); }