Search:

Type: Posts; User: Norm

Search: Search took 0.16 seconds.

  1. Thread: Tic Tac Toe

    by Norm
    Replies
    15
    Views
    1,380

    Re: Tic Tac Toe

    Have you tried debugging the program to see what it is doing when it executes? See post#6.
  2. Thread: Tic Tac Toe

    by Norm
    Replies
    15
    Views
    1,380

    Re: Tic Tac Toe

    Try debugging the code by adding several println() statements that print out messages when methods are executed and also print out the values of variables as they are used and changed.
    For example...
  3. Thread: Tic Tac Toe

    by Norm
    Replies
    15
    Views
    1,380

    Re: Tic Tac Toe

    I see some problems in the code:
    1) The copy and paste of statements were not fixed:

    else
    if(input.equals("X"))
    {
    button3.setText("X");
    ...
  4. Thread: Tic Tac Toe

    by Norm
    Replies
    15
    Views
    1,380

    Re: Tic Tac Toe

    Please edit your post and wrap your code with code tags:


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.
Results 1 to 4 of 4