8203498: The specification for java.applet package should be updated

Reviewed-by: prr
This commit is contained in:
Sergey Bylokhov 2018-05-23 23:02:02 -07:00
parent 606c9e56a3
commit b202eb276a
6 changed files with 29 additions and 42 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -22,6 +22,7 @@
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
package javax.swing;
import java.applet.Applet;
@ -93,11 +94,8 @@ import javax.accessibility.AccessibleContext;
* @author Arnaud Weber
* @since 1.2
*
* @deprecated The Applet API is deprecated. See the
* <a href="../../java/applet/package-summary.html"> java.applet package documentation</a>
* for further information.
* @deprecated The Applet API is deprecated, no replacement.
*/
@Deprecated(since = "9")
@JavaBean(defaultProperty = "JMenuBar", description = "Swing's Applet subclass.")
@SwingContainer(delegate = "getContentPane")