Re: javafx.base requires java.desktop

2019-02-22 Thread Kevin Rushforth
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

2019-02-21 Thread August Nagro
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