Search:

Type: Posts; User: Darryl.Burke

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    3,336

    Re: playing sound using java

    First of all, make up your mind whether you want an applet or an application.

    Note that Applets/JApplets are NOT executed by invoking java classname.
    Lesson: Applets (The Java™ Tutorials >...
  2. Replies
    6
    Views
    3,336

    Re: playing sound using java

    Or, if all you want is to play a sound in a non-Applet application, use the static method Applet#newAudioClip(URL)

    db
Results 1 to 2 of 2