Controlling audio via GUI

SteveBeard11's icon

I have been messing around with JButtons in java GUI, changing the colour of the JPanel using colour preset JButtons, however this is just basic practice and I am hoping to create a transport bar using play and stop buttons, also using a JSlider to control the position of the songs time frame. Could anyone assist me in importing audio into java GUI and performing these tasks?

Any help would be very much appreciated

Thanks

Hans Höglund's icon

Do you wish to do all audio inside Java or just use Java/Swing as a front-end for MSP?