<Swing Dev> [9] Review Request: 8169900 The code which use Applets should be deprecated
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Thu Nov 17 17:31:12 UTC 2016
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.
More information about the swing-dev
mailing list