mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8203498: The specification for java.applet package should be updated
Reviewed-by: prr
This commit is contained in:
parent
606c9e56a3
commit
b202eb276a
6 changed files with 29 additions and 42 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue