ron
03/17/2017, 5:16 PMmikehearn
03/17/2017, 5:17 PMmikehearn
03/17/2017, 5:17 PMron
03/17/2017, 5:18 PMron
03/17/2017, 5:18 PMedvin
03/17/2017, 5:21 PMmikehearn
03/17/2017, 5:22 PMmikehearn
03/17/2017, 5:22 PMmikehearn
03/17/2017, 5:22 PMmikehearn
03/17/2017, 5:22 PMron
03/17/2017, 5:23 PMedvin
03/17/2017, 5:26 PMedvin
03/17/2017, 5:30 PMron
03/17/2017, 5:30 PMedvin
03/17/2017, 5:33 PMedvin
03/17/2017, 5:37 PMParent.getChildren()
is available by default in JDK9. That's a huge issue for some of the functions in TornadoFX. The exact same thing I do here was also used in ControlsFX, so I could check how they work around that for JDK9 (if they do).edvin
03/17/2017, 5:39 PMorg.controlsfx.ImplUtils
edvin
03/17/2017, 5:42 PMcarlw
03/17/2017, 6:12 PMcarlw
03/17/2017, 6:13 PMedvin
03/17/2017, 6:32 PMedvin
03/17/2017, 6:34 PMcom.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.edvin
03/17/2017, 6:38 PM1.7
version range and start working on 2.0
for jdk9.edvin
03/17/2017, 6:39 PMcarlw
03/17/2017, 6:42 PMedvin
03/17/2017, 6:44 PMRuckus
03/17/2017, 6:44 PMtornadofx-core
, tornadofx-fxml
, tornadofx-controls
, etc.carlw
03/17/2017, 6:44 PMRuckus
03/17/2017, 6:45 PM