| Other |
|---|
| openjfx11 teamFixed |
|
Blocks :
|
|
|
Blocks :
|
|
|
Relates :
|
The fix for JDK-8088395 introduced a dependency on sun.print, which is an internal package of java.desktop, in javafx.graphics.
The following is used by J2DPrinterJob to pass the owner FX window to the Java2D print dialog:
onTopClass = Class.forName("sun.print.DialogOnTop");
|