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 3 of 3

Thread: Need help in developing a clock application

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

    Smile Need help in developing a clock application

    Dear frens , I am planning to a build a clock application specifically as alarm using swings ,where the application could be run as a product.I am new to swings ,pplease tell what all knowledge i should have to get it done.

    The clock will contain the following

    1.Alarm facility.
    2.The user can choose the music he wants
    3.The user can even enter the song he wants.
    4.the skin of the clock shouls be changable.
    5.time duration of the sound can be set.
    6. volume also can be set

    Frankly friends im a beginner in java ,suggest me how i can play music using java and all that i have to read to get this done.

    FIne tuning with swings is also a problem


  2. #2
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Need help in developing a clock application

    This is quite an involved project for someone who's new to Java. If this is a personal app, I would recommend choosing something simpler before tackling this task.

    Here's the basic Java tutorials:

    Learning the Java Language

    The next step I would recommend is learning about swing:

    Graphical User Interfaces (The Java Tutorials)

    Lastly, there's the Java sound API:

    Sound (The Java Tutorials)

  3. #3
    Member Darryl.Burke's Avatar
    Join Date
    Mar 2010
    Location
    Madgaon, Goa, India
    Posts
    494
    Thanks
    8
    Thanked 48 Times in 46 Posts

    Default Re: Need help in developing a clock application

    where the application could be run as a product
    Huh? What do you mean by product?

    db

Similar Threads

  1. PLEASE Help with developing a class with an overloaded method
    By crzyblndgrl in forum What's Wrong With My Code?
    Replies: 4
    Last Post: April 30th, 2010, 06:24 AM
  2. [SOLVED] [help] the application file (.jad) for application does not appear to be the ....
    By ordinarypeople in forum Java ME (Mobile Edition)
    Replies: 0
    Last Post: April 4th, 2010, 03:50 AM
  3. help with clock class
    By collinsislee in forum Object Oriented Programming
    Replies: 1
    Last Post: February 24th, 2010, 02:53 PM
  4. Replies: 0
    Last Post: December 3rd, 2009, 04:43 PM
  5. How to develop plugins in Netbeans?
    By haygaurav in forum Web Frameworks
    Replies: 1
    Last Post: May 27th, 2009, 04:49 PM

Tags for this Thread