Search:

Type: Posts; User: JohnDBCTX

Search: Search took 0.23 seconds.

  1. Re: Creating an audio hash set with list panel and buttons

    import java.io.*;
    import java.net.URL;
    import javax.sound.sampled.*;
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    import java.awt.event.ActionListener;
    import...
  2. Re: Creating an audio hash set with list panel and buttons

    Multiple error messages while I have tried to compile it.
    Does the forum allow users screenshots?

    Regards,
    JohnDBCTX
  3. Re: Creating an audio hash set with list panel and buttons

    I had to redo the entire code snippet.



    import java.io.*;
    import java.net.URL;
    import javax.sound.sampled.*;
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
  4. Re: Creating an audio hash set with list panel and buttons

    import java.io.*;
    import java.net.URL;
    import javax.sound.sampled.*;
    import javax.swing.*;
    import java.awt.event.*;

    public class SoundClipTest extends JFrame {


    final JButton stopBtn = new...
  5. Re: Creating an audio hash set with list panel and buttons

    This is how I have gotten far with this code snippet, but it has a lot of compiling errors.

    import java.io.*;
    import java.net.URL;
    import javax.sound.sampled.*;
    import javax.swing.*;
    import...
  6. Re: Creating an audio hash set with list panel and buttons

    I have searched and found only shell based audio files. Anyway I should continue searching.
  7. Creating an audio hash set with list panel and buttons

    Hello,
    I am new to this forum. What I want to know is how do hash sets work with audio files, how can they be listed in a list panel control, and how can they be played when users click on play,...
Results 1 to 7 of 7