If `loadListener` wasn't private, we could use tha...
# tornadofx
e
If
loadListener
wasn't private, we could use that to call
setController
once the root element was loaded and there was no call to
fx:attribute
. But sadly, that's private as well, and probably removed in JDK9 I guess.
😞 1