Results of review of private JavaFX API for consideration to make public in JDK 9
Kevin Rushforth
kevin.rushforth at oracle.com
Mon Sep 14 15:45:15 UTC 2015
Assuming your test program is in the unnamed module (meaning it is run
from a jar file or directory of classes on the classpath), the following
will work:
java -XaddExports:javafx.graphics/com.sun.glass.ui=ALL-UNNAMED
-- Kevin
Benjamin Gudehus wrote:
> >And we will certainly need to use this for our own unit testing, too.
> Details are tbd, but you will be able to use it for testing.
>
> Anything new about the command line switch to access Robot? :)
>
> --Benjamin
More information about the openjfx-dev
mailing list