Search:

Type: Posts; User: steel55677

Search: Search took 0.33 seconds.

  1. Replies
    11
    Views
    1,691

    Re: accessing class method problem

    Ok thanks, I'm going to try finding that error and see what happens when I change it to variable
  2. Replies
    11
    Views
    1,691

    Re: accessing class method problem

    Player.getComputerMove(game, nextTurn);
    } else {
    Player.getHumanMove(game, nextTurn);




    and when I change the Player to Game game instead of Player game, like this

    public static void...
  3. Replies
    11
    Views
    1,691

    Re: accessing class method problem

    I'm still not sure what static means, I just let Eclipse change it to make it work.


    This is my Board object

    public class Board {

    public static int[][] board;
    public static char[]...
  4. Replies
    11
    Views
    1,691

    accessing class method problem

    i'm trying to finish up the last project in our course and i cant get this part to work. it won't let me compile it and doesn't tell me the reason , other than application errors when i try to find...
Results 1 to 4 of 4