-
Java Mp3 player.
Hi there,
I have been asked by university to create a Java Mp3 player.
I would just like to know what classes I should make for this to work.
It has to be GUI based and need to be able to do the following
-play, pause, stop, rw, fw, shuffle, repeat.
-have a playlist that stores to a file
-be able to edit playlist adding and removing Mp3 files.
many thanks
-
Re: Java Mp3 player.
What part of this are you having trouble with? Break your problem up into smaller pieces. Ask a specific question about an individual piece. Get each piece working separately before you even think about combining them.
-
Re: Java Mp3 player.
My problems just not knowing where to start with it. The thing im struggling with is what classes i will need ? as i have to create a class diagram first.
-
Re: Java Mp3 player.
Well, what do you want the GUI to look like? What did you find when you googled "java mp3"? Are you allowed to use 3rd party libraries?
-
Re: Java Mp3 player.
My GUI isn't really a problem as were allowed to use Jigloo to create it so that saves a lot of time.
I have googled java mp3 and found one good example that works. however it is all written into one class and I will get low marks for doing it that way. So I wanted to know what Classes I would need to Do it properly. And we can use third party libraries.