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

Thread: NEED HELP HERE!!!

  1. #1
    Junior Member
    Join Date
    Jul 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default NEED HELP HERE!!!

    Hi everyone,
    I am kinda new to this stuff so help me out.I am doing a java project using eclipse.The program should be able to read text as an input,process it and map it to the American Sign Language (ASL).This project is mainly for the deaf/dumb people.By text i meant letters,words,sentences, paragraphs.Thus the output should be like an animation.

    I would appreciate if you could give an idea of how to tackle such problem since i am a beginner in java programming.Looking forward for any reply.

    Thanks all

  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: NEED HELP HERE!!!

    You're going to have to break your problem down into much smaller pieces and tackle them individually. Which part is giving you trouble? Reading in text? Representing ASL? Showing an animation? Interacting with a user? Each one of those can be further broken down into even smaller pieces. I suggest you take them one at a time, creating example programs that handle just one part of the program (aka an SSCCE, which also makes it easier to ask for help when you get stuck). Then when you have each piece working individually, you can think about combining them into one program.

    Edit- Also, I recommend reading through the link in my signature on asking questions the smart way. Specifically, using an all-caps "NEED HELP" title doesn't really give anybody any idea what your actual problem is, which makes it less likely people will click on your thread.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!