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: Netbeans auto change image with conditions

  1. #1
    Junior Member
    Join Date
    Sep 2018
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Netbeans auto change image with conditions

    Hi all!

    I'm a teacher, and I made a quiz program (with Craig Bradley youtube tutorials) in netbeans for my students (They can practice at home).
    I would like to motivate them for practice, so I create a Star Wars and a Harry Potter comics (with pictures)about the quiz.
    My plan is that: If the answer is correct they can see next picture in the comics.
    The quiz is working fine, but i don't have any idea, how can change the pictures automatically with the right answers.
    The quiz consist of 20 levels.

    Sorry about my poor english.
    Thanks for all of your replies.

    Peter

    (The 2 pictures is just a sample in the program.)
    Last edited by Ficsku; September 7th, 2018 at 12:11 PM.

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Netbeans auto change image with conditions

    how can change the pictures automatically
    Can you make a small, simple program that only does the picture change with a button press, nothing else.
    Post the code here so we can see the problem.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Auto click and auto populate Data
    By jigarsarsenal in forum What's Wrong With My Code?
    Replies: 2
    Last Post: September 26th, 2014, 11:32 AM
  2. Change JAVA Swing GUI Window in NetBeans
    By tazeunite00 in forum Java IDEs
    Replies: 4
    Last Post: August 29th, 2014, 02:12 AM
  3. Change JAVA Swing GUI Window in NetBeans
    By tazeunite00 in forum Java Theory & Questions
    Replies: 3
    Last Post: August 29th, 2014, 12:58 AM
  4. Getting Image reader to change source
    By hafunui in forum What's Wrong With My Code?
    Replies: 2
    Last Post: June 26th, 2011, 10:45 AM
  5. [SOLVED] Change the size of an image
    By subhvi in forum Algorithms & Recursion
    Replies: 4
    Last Post: August 23rd, 2009, 11:44 PM

Tags for this Thread