FXyz icon indicating copy to clipboard operation
FXyz copied to clipboard

Remove private API

Open jperedadnr opened this issue 7 years ago • 1 comments

There are a pair of classes that use com.sun.javafx.* packages. While this works now using --add-exports, it should be prevented.

Both FloatingLabels and RayShooting sample will benefit from having a public javafx.scene.SceneUtils class in OpenJFX, as the best way of solving this issue for good.

jperedadnr avatar Jan 06 '19 21:01 jperedadnr

The PR #57 fixes the FloatingLabels sample, as there was public API available.

jperedadnr avatar Jan 19 '19 20:01 jperedadnr