Class Sound

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----Sound

public class Sound
extends Applet
implements Runnable

Constructor Index

 o Sound()

Method Index

 o run()
 o start()
 o stop()

Constructors

 o Sound
  public Sound()

Methods

 o run
  public void run()
 o start
  public void start()
Overrides:
start in class Applet
 o stop
  public void stop()
Overrides:
stop in class Applet