I would like to use JavaFX for my game's start screen.
However, for some reason, the import "javafx" does not seem to be recognized.
At first, I (for some weird reason) thought I needed e(fx)clipse, however I successfully installed that and it does not fix the issue. I have found nothing else on the internet that fixes the issue.
Do I need to import javafx as a library or something? And if so, where?
Thanks!