-
Hello, i've got an exception with my code ony when i try using zoom class, i don't really understand where it come from since i can't find javafx css module on maven repository I'm on javafx graphics 19 i'm currently searching for javafx.css.stylemanager but i don't find it is this the issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey, the |
Beta Was this translation helpful? Give feedback.
Hey, the
com.sun.javafx.css
package is not exported and as such also not part of the public documentation of openjdk. It is still contained in the last version of openjfx. You need to provide the appropriate command line flags to make this part of the API accessible. Since this dependency is introduced by controlsfx, you can find a lot of issues there with different solutions depending on the build system you are using. e.g. #161, controlsfx/controlsfx#1245 and controlsfx wiki.