-
Bug
-
Resolution: Fixed
-
P4
-
11
-
b19
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205747 | 11.0.1 | Sergey Bylokhov | P4 | Resolved | Fixed | team |
The AppletAudioClip class is a part of implementation of Applet API related to JavaSound. Long time ago this class was only one implementation of java.applet.AudioClip, but currently it is just a wrapper for com.sun.media.sound.JavaSoundAudioClip.
As part of th effort to drop "sun.applet" package It is possible to remove AppletAudioClip, and replace its usage by JavaSoundAudioClip.
As part of th effort to drop "sun.applet" package It is possible to remove AppletAudioClip, and replace its usage by JavaSoundAudioClip.
- backported by
-
JDK-8205747 Remove of sun.applet.AppletAudioClip
- Resolved
- relates to
-
JDK-8205537 Drop of sun.applet package
- Resolved
- links to