Careful with the skins...i maintained an app with ...
# tornadofx
c
Careful with the skins...i maintained an app with an incompatibility between Java 7 and Java 8 because of the com.sun classes. Wrecked havoc in the build and deployment arena. It looks like this is opened up in Java 9. ButtonSkin is public. Scene for me is what developers will want because if by the time you get around to putting the focus on the right control for a KeyListener, you've lost the productivity boost. I put a shortcut for the = key (+) on the Scene containing TableView rather than a key listener on the TableView itself.