Saving MP3 playlist to file

Posted by Northernen on Stack Overflow See other posts from Stack Overflow or by Northernen
Published on 2010-02-24T01:56:45Z Indexed on 2010/04/16 8:03 UTC
Read the original article Hit count: 218

Filed under:
|
|

Hello.

I am making my own crude MP3 player, and I now have a JList with which I have populated a number of files in the form of MP3 objects (displayed on frame using DefaultListModel).

I would now like to have the oppurtunity to save this JList to a file on disk. How would I go about doing this?

I'm very new with programming and Java, so help is greatly appreciated.

© Stack Overflow or respective owner

Related posts about java

Related posts about jlist