Hello,
Please review the fix for JDK 9. The fix adds @Deprecated annotations to the Applet API classes as per JEP 289 "Deprecate the Applet API" ( http://openjdk.java.net/jeps/289 ). @SuppressWarnings("deprecation") annotations were added where required to suppress the compilation warnings that treated as errors. Bug: https://bugs.openjdk.java.net/browse/JDK-8155785 Webrev : http://cr.openjdk.java.net/~dtitov/8155785/webrev.00 Best regards, Daniil