Join Slack
Powered by
I have a JavaFX bean - SimpleObjectProperty<Big...
# tornadofx
j
Jasin Colegrove
12/03/2021, 12:29 PM
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
Open in Slack
Previous
Next