Search:

Type: Posts; User: ineedahero

Search: Search took 0.06 seconds.

  1. Re: Run() method of runnable function has no access to data members?

    Ah, stupid mistake.

    Thanks for the help!!!
  2. Re: Run() method of runnable function has no access to data members?

    Well....the variable was the 'board'.

    When I backtrack, I see that the 'board' was set to a 'new Board', thus eliminating its null value.

    I verified this by calling the printBoard method, via...
  3. Run() method of runnable function has no access to data members?

    I'm trying to make a server-client based TicTacToe game, and here I'm just starting off with the raw, raw basics.

    The "client" will be executed in a thread. So, it implements runnable and has a...
Results 1 to 3 of 3