软件包 | 描述 |
---|---|
java.applet |
提供创建一个小程序所需的类和一个小程序用来与它的小程序上下文进行通信的类。
|
Modifier and Type | Method and Description |
---|---|
AppletContext |
AppletStub.getAppletContext()
返回小应用程序的上下文。
|
AppletContext |
Applet.getAppletContext()
确定这个小程序的上下文,它允许小程序查询和影响它所运行的环境。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.