Hello.

Please review the fix for jdk9.

Some time ago the Applets were deprecated,see JEP-289[1]. After that the code which uses Applets were marked with "@SuppressWarnings("deprecation")"[2].

This is a request to deprecate such API in JavaBeans and in Swing.
I also mark as deprecated the code which is related to AppletViewer(it is also deprecated[3])

[1] http://openjdk.java.net/jeps/289
[2] http://mail.openjdk.java.net/pipermail/swing-dev/2016-October/006788.html
[3] https://bugs.openjdk.java.net/browse/JDK-8074165

Bug: https://bugs.openjdk.java.net/browse/JDK-8169900
Webrev can be found at: http://cr.openjdk.java.net/~serb/8169900/webrev.00

--
Best regards, Sergey.

Reply via email to