Hello. Please review the fix for jdk 9. This is cleanup of the sun.awt.windows package: - Encapsulation strengthening. - final and @Override were added whenever possible.- WPrintDialog now uses AWTAccessor instead of its own setPeer() native method.
Bug: https://bugs.openjdk.java.net/browse/JDK-8032435 Webrev can be found at: http://cr.openjdk.java.net/~serb/8032435/webrev.00 -- Best regards, Sergey.
