By the way, you don't want constructor parameters ...
# tornadofx
e
By the way, you don't want constructor parameters in your views. You should never instantiate a View manually, it should be fetched using
inject
or
find<DeviceView>()