JDK-4397758 : Swing auditory feedback makes audio device unavailable
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2000-12-13
  • Updated: 2001-03-14
  • Resolved: 2001-03-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.0 betaFixed
Related Reports
Relates :  
Description
The new Swing facility to provide auditory feedback causes the audio device to
become unavailable for use in other VMs.  Running a test program that displays
a JOptionPane which produces auditory feedback causes the same program running
in a separate VM to get an exception when it attempts to produces audio
output.  It seems that the VM only gives up the audio device when it exits.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: merlin-beta FIXED IN: merlin-beta INTEGRATED IN: merlin-beta
14-06-2004

EVALUATION A LineListener is now installed that closes the Line when the sound has finished playing. scott.violet@eng 2001-03-01
01-03-2001