All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class TapeDeckPanel extends JPanel
Rewind button, Play button, Stop button, and progress bar from 0...100. Listen for events on each button.
See Also:
  • Field Details

  • Constructor Details

    • TapeDeckPanel

      public TapeDeckPanel()
  • Method Details

    • main

      public static void main(String[] args)
    • setValue

      public void setValue(int p)
      Parameters:
      p - 0...100
    • getValue

      public int getValue()
    • addActionListener

      public void addActionListener(ActionListener a)
    • removeActionListener

      public void removeActionListener(ActionListener a)