Class SoundButton

All Implemented Interfaces:
ActionListener, MouseListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, SwingConstants

public class SoundButton extends AbstractToolBarButton implements ActionListener
A specific button for the "sound" action.
Author:
Zleurtor
See Also:
  • Constructor Details

    • SoundButton

      public SoundButton() throws IOException
      Constructs a new "sound" button.
      Throws:
      IOException - If an Input/Output errors occurs during icon reading.
  • Method Details