Details
-
Bug
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
9
Description
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.