Search:

Type: Posts; User: Big Bundy

Search: Search took 0.11 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;
  4. Re: Tic Tac Toe Java Application Help w/ Importing Text Field

    Ok well right now I have in there a JOption message come up. I need to take that out and start and If else condition. How would I begin to start that?
  5. Re: Tic Tac Toe Java Application Help w/ Importing Text Field

    Ok thanks so this is what I have come up with but no textfield has come up is there any hints you might have to help me get the condition to work so my results will show up? This is what I have for...
  6. Re: Tic Tac Toe Java Application Help w/ Importing Text Field

    Nobody has really "helped" me yet they are giving me hints to what I need to fix. And still I am having troubles
  7. Re: Tic Tac Toe Java Application Help w/ Importing Text Field

    Basically what I am having problems with is this:

    I need this not to show up as a Dialog...but I need it to show up in a TextField of my Border Layout
    My current code for that:

    if(win ==...
  8. Tic Tac Toe Java Application Help w/ Importing Text Field

    Here is the code I am currently working with and am having troubles starting with trying to get my results to end up in a SOUTH text field to display who wins. If anybody has any tips or hints please...
Results 1 to 8 of 8