processing / processing4-javafx

JavaFX library for Processing 4
14 stars 5 forks source link

Remove usage of com.sun.* in JavaFX library #14

Open benfry opened 3 years ago

benfry commented 3 years ago

We need to have extra --add-exports command line args for JavaFX applications, presumably because the FX2D classes are calling on things like com.sun.javafx.geom.Path2D, which lives in com.sun.*. I expect that we need to remove/rewrite those references, now that we're dealing with the picky module system.