Re: javafx.base requires java.desktop
There are two dependencies that would be nice to get rid of in the future, but both will require work. 1) javafx.base requires java.desktop This is to support the JavaBeans adapter classes. We could change this to be an optional dependency since they aren't needed unless an application
javafx.base requires java.desktop
I noticed that the javafx base module requires java.desktop, and therefore all of swing. Is this dependency really required for this package (or any javafx module other than the swing adapter)? - August