I'm working on a project in java, where I have to implement a graphical interface. I use Visual Studio with an extension that allows i to make java work. Is there an extension, or at least a method, to make JavaFX work on Visual Studio?
when I try to import it
import javafx.application.Application;
gives me the following error: "The import javafx cannot be resolved"