Search:

Type: Posts; User: sdhilipan89

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    3,337

    Re: playing sound using java

    sorry to trouble u further brother. Its an application. actually i'm doing my project in java .i want a sound to be played when my output is being displayed. i want a piece of code that could be...
  2. Replies
    6
    Views
    3,337

    Re: playing sound using java

    Sir,
    i tried as u said,with the following snippet.



    import java.applet.*;
    import java.awt.event.*;
    import java.awt.*;
    class SoundExample extends Applet
    {
  3. Replies
    6
    Views
    3,337

    playing sound using java

    hi friends,

    i am a beginner in java.i am working on a program to play a sound file.
    i used the following code snippet.


    import java.applet.*;
    import java.awt.event.*;
    import java.awt.*;...
Results 1 to 3 of 3