Esempio n. 1
0
 private void fixPriceFormat(DoubleBox dbPrice) {
   dbPrice.setText(dbPrice.getText().replaceAll(",", "."));
 }