jchildress
02/18/2019, 1:40 PMalex
02/18/2019, 1:47 PMalex
02/18/2019, 1:48 PMmodule-info.java
, which solves basically everythingabhinay
02/18/2019, 1:49 PMadd-exports
is typically only required if you need to access something from the internal API.jchildress
02/18/2019, 1:49 PMjchildress
02/18/2019, 1:50 PMjchildress
02/18/2019, 1:51 PMalex
02/18/2019, 1:51 PMalex
02/18/2019, 1:52 PMjchildress
02/18/2019, 1:52 PMabhinay
02/18/2019, 1:54 PMPreferencesFX
11 use internal API as well?abhinay
02/18/2019, 1:56 PMjchildress
02/18/2019, 1:56 PMjavafx.scene.control.TreeItem.children accessible: module javafx.controls does not "opens javafx.scene.control" to unnamed module
jchildress
02/18/2019, 1:56 PMalex
02/18/2019, 1:57 PMmodule-info.java
, you need to add something like this:
opens your.package to javafx.controls, javafx.graphics, javafx.fxml;
alex
02/18/2019, 1:57 PMjchildress
02/18/2019, 2:38 PMalex
02/18/2019, 2:41 PMmikehearn
02/18/2019, 4:34 PMmikehearn
02/18/2019, 4:34 PM