Was working with our intern today on a section of code involving BigDecimal. I broke this code out for him in a sample app. People starting out with TornadoFX will find a couple things of interest
1. Surrogate ID generation in the Component class
2. Numeric input control on the Add and Edit TextFields
3. Double-click item selection on a TableView
4. Context menu on the TableView
5. Separating properties from UI Controls (operations don't need to know about TableView)