Search:

Type: Posts; User: backdoorliberty

Search: Search took 0.08 seconds.

  1. Re: problem with including contructor in method

    Hi
    i ve the constructor added, right?


    public GameBoard(Frame gf){
    ChargerLevel();
    Gframe = gf;


    setFocusable(true);
  2. Re: problem with including contructor in method

    hi it gives the same result.

    can you tell me how i can add the constructor.
  3. Re: problem with including contructor in method

    Hi
    What do you mean? where/what should I type?
  4. problem with including contructor in method

    Hi
    I am making a sokoban game following the tutorial by ChicoTutoProg on youtube.
    He says that he forgot to add the function ChargerLevel() in the constructor. the problem is that I added the...
Results 1 to 4 of 4