PlatformImpl in javafx.graphics uses setAccessible to access method in javafx.swing

XMLWordPrintable

      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.

            Assignee:
            Chien Yang (Inactive)
            Reporter:
            Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: