```NumberFormat.getCurrencyInstance().format(viewm...
# tornadofx
j
Copy code
NumberFormat.getCurrencyInstance().format(viewmodel.amount.value)
works, but the value doesn't update in my UI