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

Thread: need help with my idea!

  1. #1
    Junior Member
    Join Date
    Feb 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default need help with my idea!

    im suppose to submit a project and i need help as to how to start with my idea.
    program used: netbeans
    my idea: having random 4 and 2numbers being built but it mus be implemented with

    1 User designed GUI/algorithm
    2 User defined class
    3 User designed method

    i dun know if my idea is good enough.my lecturer said my idea is too simple.but im really weak at java programming.hope u guys can help me start.or give me ideas.


  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 with my idea!

    What exactly do you want us to do?

    Program something that has to do with something else that you're interested in. Like videogames? Write a simple game. Like sports? Write a program that tracks sports things. We can't really tell you what you should do.
    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!

  3. #3
    Junior Member
    Join Date
    Feb 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: need help with my idea!

    ehh.i dun quite understand how to implement GUI.but probably i will be try to do a 4random for example.1234 4321.but it has have GUI in it.which means when the user uses the program.they can have a choice to choose between a random 2 number.12 21.... or a random 4 number 1234 4321.

  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: need help with my idea!

    Quote Originally Posted by frostwing View Post
    ehh.i dun quite understand how to implement GUI.but probably i will be try to do a 4random for example.1234 4321.but it has have GUI in it.which means when the user uses the program.they can have a choice to choose between a random 2 number.12 21.... or a random 4 number 1234 4321.
    I honestly didn't understand a word of that. See my signature on asking questions the smart way.

    But I'd recommend you read through this very carefully: Trail: Creating a GUI With JFC/Swing (The Java™ Tutorials)
    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!

Similar Threads

  1. I am really stuck...my friends have no idea how...
    By LexenZ in forum Object Oriented Programming
    Replies: 3
    Last Post: February 5th, 2011, 07:29 AM
  2. Project idea?
    By toop in forum Java Theory & Questions
    Replies: 3
    Last Post: January 6th, 2011, 11:09 PM
  3. Looking for algorithm idea help
    By Maineiac in forum Algorithms & Recursion
    Replies: 5
    Last Post: November 18th, 2010, 07:38 PM
  4. why do so few people use intellij idea?
    By hamsterofdeath in forum Java IDEs
    Replies: 4
    Last Post: August 5th, 2010, 01:28 AM
  5. No idea what to do for this
    By jwb4291 in forum What's Wrong With My Code?
    Replies: 7
    Last Post: July 18th, 2010, 07:16 PM