FXyz
FXyz copied to clipboard
Remove private API
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.
The PR #57 fixes the FloatingLabels sample, as there was public API available.