Audio « JSlider « Java Swing Q&A





1. play sound with jslider to monitor the length of the streaming sound/music    stackoverflow.com

I am creating a school project of music player and already created the GUI. I have a jlist on my jframe which populate all the musics listed in there using jfilechooser ...

2. Use a jSlider to change the volume of audio output in Java    stackoverflow.com

I already have a class that controls the MP3(play/pause/stop ...etc) Is it possible to control the volume with javax.sound.*? Or would I have to put in a volume control method in the ...