If you instantiate them manually, you'll mess with...
# tornadofx
e
If you instantiate them manually, you'll mess with the life cycle of views, and miss out on features and probably introduce subtle bugs. There is no need for it either, if you need to pass parameters, you can either use
by param()
or more commonly and recommended - using injected view models.