My guess would be there's some sort of optimizatio...
# tornadofx
r
My guess would be there's some sort of optimization happening in JavaFX since
Control
implements
Skinnable
, so if there are no controls (or maybe skinnables?) in the scene graph it can skip loading some resources, and a side effect is modena doesn't get its theming applies, but that's a total guess.