I have a JavaFX bean - SimpleObjectProperty<Big...
# tornadofx
j
I have a JavaFX bean - SimpleObjectProperty<BigDecimal> that I want to format as a currency value, I've created a viewmodel that binds to the bean
Copy code
NumberFormat.getCurrencyInstance().format(viewmodel.amount)
returns an error though, illegalvalueexception