I'm trying to include video in a project on a node on auto-replay. I have looked around and found the .Scene.media.Media class but that is not actually built into Java FX11, from what I have found. IntelliJ doesn't let me import it.
Is there something I am missing? If I need a dependency, what is the best practice for correctly importing this into my project?
Thanks.