Something else to try…
You could also copy the javafx.jar into the code folder in the sketch:
D:\Users\GLV\Documents\P4\libraries\javafx\library\javafx.jar
// Location may be different on you PC
And you may not require the JavaFX library import:
import processing.javafx.*;
I have not tested all the cases so do some testing.
These worked with W10 and Processing 4.4.1:
- Multiplication Table for JavaFX
- JavaFX WebView Preview
- JavaFX Controls Preview
- JavaFX Controls in Default Window - #3 by svan
- There may be more… do a search!
Contents of code folder in sketch:
:)