软件包 | 描述 |
---|---|
java.applet |
提供创建一个小程序所需的类和一个小程序用来与它的小程序上下文进行通信的类。
|
Modifier and Type | Method and Description |
---|---|
AudioClip |
AppletContext.getAudioClip(URL url)
创建一个音频剪辑。
|
AudioClip |
Applet.getAudioClip(URL url)
返回由
URL 参数指定的
AudioClip 对象。
|
AudioClip |
Applet.getAudioClip(URL url, String name)
返回
AudioClip 对象指定的
URL 和
name 参数。
|
static AudioClip |
Applet.newAudioClip(URL url)
从给定的网址获取音频剪辑。
|
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.