Search:

Type: Posts; User: Mr.777

Search: Search took 0.06 seconds.

  1. Replies
    19
    Views
    2,040

    Re: Tic Tac Toe ActionPerformed Issue

    Well, why don't you use mouse events like mouse pressed, mouse released etc? And i am not sure if mouse events work with applets as i didn't work too much with applets...
  2. Replies
    19
    Views
    2,040

    Re: Tic Tac Toe ActionPerformed Issue

    And i guess that is what, i've mentioned early.. Right?
  3. Replies
    19
    Views
    2,040

    Re: Tic Tac Toe ActionPerformed Issue

    Yeah i guess he told before, combinations are 1,2,3
    and one other, i don't remember.
  4. Replies
    19
    Views
    2,040

    Re: Tic Tac Toe ActionPerformed Issue

    And you know what, ifNull is false everytime......
  5. Replies
    19
    Views
    2,040

    Re: Tic Tac Toe ActionPerformed Issue

    Huhhhhhhh... After a long time, i came to know that in this case;


    if(Row1Column1.getText() == Row1Column2.getText() && Row1Column2.getText() == Row1Column3.getText() && IfNull == false)
    {
    ...
Results 1 to 5 of 5