Search:

Type: Posts; User: Big Bundy

Search: Search took 0.07 seconds.

  1. Re: Beginner: Show Image in Label when Results Show Up

    Sorry I guess Im still not understaning how to incorporate this in my code.

    What I have am I close?


    else if (number == cnumber)
    {

    bottom.setText("Guessed it in " + count + " tries!!");...
  2. Re: Beginner: Show Image in Label when Results Show Up

    I need it so when the results show, so does the image. You know what im saying
  3. Beginner: Show Image in Label when Results Show Up

    Below I am trying to set up so that when the results show up an Image appears in Lb4.





    import java.awt.*;
    import java.applet.Applet;
    import java.awt.event.*;
    import java.util.Scanner;
Results 1 to 3 of 3