Skip to content

Sound

Playing MIDI files

MidiSystem

It creates and retrieves a Sequencer from the MidiSystem and plays MIDI files.

Playing WAV files

Sound

This program uses AudioSystem to create and retrieve AudioInputStream, Clip, etc., and then plays WAV files.

Play a beep sound

Beep

We'll get the default Toolkit and use it to make a beep sound.

Set event sounds with AuditoryCues

AuditoryCues

Set `AuditoryCues.playList` in `UIManager` to play warning sounds when a dialog box opens.

Changing the beep sound setting in a JTextField

Section titled “Changing the beep sound setting in a JTextField”
Changing the beep sound setting in a JTextField

DeleteKeyBeep

This setting changes the beep sound that plays when you press the Delete or Backspace key in a JTextField, etc.