Search:

Type: Posts; User: TSPARR

Search: Search took 0.07 seconds.

  1. Replies
    10
    Views
    8,795

    [SOLVED] Re: Tic Tac Toe GUI program

    Ah....that makes so much more sense to me now. Thank you so much for your help, is there some way I can mark this thread as solved?


    Edit: Got it
  2. Replies
    10
    Views
    8,795

    [SOLVED] Re: Tic Tac Toe GUI program

    I just wanted to point out that my additions of "&& turns>=5" still compiles and the game works right. I just don't know if it really fits the spirit of: "The game should check for wins after each...
  3. Replies
    10
    Views
    8,795

    [SOLVED] Re: Tic Tac Toe GUI program

    The only issue with what you're suggesting is that as part of the assignment, I'm only supposed to check for results after the 5th turn. This is because that is when it is first possible for a win to...
  4. Replies
    10
    Views
    8,795

    [SOLVED] Re: Tic Tac Toe GUI program

    I can click every button and never have the JOptionPane message show up. The only way to exit the GUI is to hit the quit button.
  5. Replies
    10
    Views
    8,795

    [SOLVED] Re: Tic Tac Toe GUI program

    buttons[0] is I have to assume empty or null. I set it up this way so that my numbers go 1-9, instead of 0-8. It was more of a personal preference because it makes it easier to picture in my head.
    ...
  6. Replies
    10
    Views
    8,795

    [SOLVED] Tic Tac Toe GUI program

    So this is for my Computer Programming II class that I'm taking in college and I'm completely lost. I have my GUI all set up, and everything is working except for finding a win. Any help at all would...
Results 1 to 6 of 6