Hot tip: If you declare a local object as private,...
# tornadofx
e
Hot tip: If you declare a local object as private, you can access it's properties inside the class you create it in. That makes it perfect for creating ad hoc view models.