Search:

Type: Posts; User: samjoyboy

Search: Search took 0.07 seconds.

  1. Re: toggle colors from an array when the method is called.

    That was so helpful honestly made a lot of sense however i can only get it to work until it hits the end of the arraylist length this is my code:



    private void drawRow() {
    Integer...
  2. toggle colors from an array when the method is called.

    I have to make the bricks i print out from the drawRow method multi coloured by calling the method and using this to go through the colors per brick.


    import java.util.ArrayList;
    /**
    * Write a...
Results 1 to 2 of 2