Since you're adding @Override in many places, didn't you think about replacing some of the inner Runnable classes with lambdas?
Thanks, Artem On 1/24/2014 6:49 PM, Sergey Bylokhov wrote:
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
