About JDK9 compatibility. Several classes have mov...
# tornadofx
e
About JDK9 compatibility. Several classes have moved, for example the TableRowSkin is in
com.sun
in JDK8 and in
javafx.scene
in JDK9. We need to form a strategy as to how we can deal with this. One approach would be to split the jdk8 and jdk9 specific stuff into separate sub-modules, so you'd use either
tornadofx-jdk8
or
tornadofx-jdk9
for example.