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: Simple Program Help

  1. #1
    Junior Member
    Join Date
    Jan 2014
    Posts
    22
    My Mood
    Happy
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Simple Program Help

    Hello, I'm trying to learn the basics on how to make simple programs with Swing and I was wondering if anyone (most likely GregBrannon) would create an example program fro me. It's really helpful when people write example programs on how to do something for me so I can study how they did it and what habits I should start developing.

    Things I want the program to include are:
    1. Some sort of competitive numbers game (simple game, maybe something you click in order to get a randomized number or something)

    2. Have scores displayed on the frame (that can be updated) and maybe 1-4 simple computer opponnents.

    3. Last, just some button to click or something clickable so I can learn MouseInput

    4. Also how to load a simple image and background or something like that


    Once again, I'm not asking for a lot, just something simple and that works. Anything would help! Thanks!


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Simple Program Help

    Sorry to disappoint.

    Examples that do what you ask are available in quantity on the web. Search for them.

    You learn and then build confidence in what you've learned by doing. Spend significantly more time doing than time spent reading about. Quit jumping around half-studying random topics that don't contribute to a solid foundation of knowledge of basic to intermediate knowledge. From that advanced studies and knowledge will come more easily.

    I originally wrote a list of projects that satisfy what you've asked for that you could find and then do, but that's wrong. Sit down with a good Java book, work it in order from cover to cover, typing out every example and completing every exercise, THEN and only then move onto your dream projects.

Similar Threads

  1. please help with simple program!!!
    By jokneez in forum What's Wrong With My Code?
    Replies: 4
    Last Post: April 14th, 2011, 10:42 AM
  2. urgent simple help for a very simple program
    By albukhari87 in forum Java Applets
    Replies: 4
    Last Post: June 5th, 2010, 03:43 PM
  3. simple program
    By Memb in forum Paid Java Projects
    Replies: 0
    Last Post: March 17th, 2010, 01:47 PM

Tags for this Thread