javax.swing.text

Class DefaultEditorKit.BeepAction

public static class DefaultEditorKit.BeepAction extends TextAction

Creates a beep on the PC speaker.

See Also: beep

Constructor Summary
BeepAction()
Creates a new BeepAction.
Method Summary
voidactionPerformed(ActionEvent event)
Performs the Action.

Constructor Detail

BeepAction

public BeepAction()
Creates a new BeepAction.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
Performs the Action.

Parameters: event the action event describing the user action