Search:

Type: Posts; User: Mr.777

Search: Search took 0.08 seconds.

  1. Re: Hey I need some help on this program. ANY help would be greatly appreciated.

    After drawing the mainBoard, call addPiece function of the Board class and that will draw piece on the game board.
    I assume that addPiece() is working fine.
  2. Re: Hey I need some help on this program. ANY help would be greatly appreciated.

    1. For wrapping code in code tags, use [code] paste your code here and then /code]

    2. Let's make it simple. Assume i want you to write the steps you will take to complete this assignment, what...
  3. Re: Hey I need some help on this program. ANY help would be greatly appreciated.

    1. Wrap your code in code tags.
    2. I can't judge if you are going on right track or not, by looking at the provided information as this is not enough to say anything.
    An advise,


    final int...
  4. Re: Hey I need some help on this program. ANY help would be greatly appreciated.

    And hopefully it will be giving error, right?
    The reason is ReverseGUI has only one constructor that takes String, Integer, Integer as arguments.
    But you are giving Integer Array (TwoD), Boolean,...
  5. Re: Hey I need some help on this program. ANY help would be greatly appreciated.

    Can you provide SSCCE
Results 1 to 5 of 5