Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Java Mp3 player.

  1. #1
    Junior Member
    Join Date
    Nov 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default 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.

  3. #3
    Junior Member
    Join Date
    Nov 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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.

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default 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?

  5. #5
    Junior Member
    Join Date
    Nov 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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.

Similar Threads

  1. Music player problem
    By abhinavhardikar in forum What's Wrong With My Code?
    Replies: 6
    Last Post: February 9th, 2010, 08:41 PM
  2. [ASK] JMF Class Player
    By bocahTuaNakalzz in forum Java SE APIs
    Replies: 2
    Last Post: December 8th, 2009, 03:40 AM
  3. MP3 Player: ID3 Tag Image Retrieval Problem for the Applet from internet
    By JavaJames in forum What's Wrong With My Code?
    Replies: 5
    Last Post: May 20th, 2009, 07:11 AM