예제 #1
0
 private void fixPriceFormat(DoubleBox dbPrice) {
   dbPrice.setText(dbPrice.getText().replaceAll(",", "."));
 }