I had to switch from Linux back to Windows 10 for battery-life issues, and I cannot add JavaFX to Netbeans. Using JDK 16, latest version of JavaFX. I've created a JavaFX library and added the .jars but, Unlike in my linux version of Netbeans, in windows there is no option to add libraries to the project from the project > properties menu. How can I get my projects to find my JavaFX library?
I've been looking through similar questions here, but I couldn't find one that solved this specific problem.