How do I set up B4J to use JavaFX 13? I have Java 13 installed and the IDE is pointing to it appropriately? BTW, despite the fact that it says "Java Version: 8" below, the IDE is pointing to "C:\Program Files\Java\jdk-13.0.1\bin\javac.exe"
B4J Version: 8.00
Java Version: 8
Parsing code. (0.00s)
Building folders structure. (0.01s)
Compiling code. (0.01s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Compiling generated Java code. Error
src\b4j\example\main.java:7: error: package javafx.application does not exist
public class main extends javafx.application.Application{
^
1 error
only showing the first 1 errors, of 6 total; use -Xmaxerrs if you would like to see more
javac 13.0.1
B4J Version: 8.00
Java Version: 8
Parsing code. (0.00s)
Building folders structure. (0.01s)
Compiling code. (0.01s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Compiling generated Java code. Error
src\b4j\example\main.java:7: error: package javafx.application does not exist
public class main extends javafx.application.Application{
^
1 error
only showing the first 1 errors, of 6 total; use -Xmaxerrs if you would like to see more
javac 13.0.1