-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 9
-
Component/s: javafx
PlatformImpl.invokeSwingFXUtilsMethod uses setAccessible to call private methods SwingFXUtils.installFwEventQueue and SwingFXUtils.removeFwEventQueue.
Note that since the methods being called are in a public class of a publicly exported package, we cannot just make them public. We do not want to expose this implementation detail as API.
Note that since the methods being called are in a public class of a publicly exported package, we cannot just make them public. We do not want to expose this implementation detail as API.