RFR: 8195808: Eliminate dependency on sun.print in javafx.graphics

Phil Race philip.race at oracle.com
Fri May 25 18:10:28 UTC 2018


FX bug : https://bugs.openjdk.java.net/browse/JDK-8195808
FX webrev: http://cr.openjdk.java.net/~prr/8195808/

This updates FX to use proposed new standard Java SE API to specify
an owner window for a Java 2D printer dialog, or to specify "always on top"
behaviour where that is not possible.

The Java SE change is proposed here :
http://mail.openjdk.java.net/pipermail/2d-dev/2018-May/009231.html

The FX change is a simple switch of the class name to use the new class 
name.

The rest is removal of now defunct build code.

-phil


More information about the openjfx-dev mailing list