Search:

Type: Posts; User: samjoyboy

Search: Search took 0.19 seconds.

  1. Replies
    3
    Views
    1,244

    [SOLVED] Re: I can't figure out why this isn't working!

    solved...


    private void drawRow() {
    Integer row1 = 0;
    while (row1 < numRows) {
    for (Integer row = 0; row <= rowLength; row++) {
    makeBrick();
    ...
  2. Replies
    3
    Views
    1,244

    [SOLVED] Re: I can't figure out why this isn't working!

    1. rowLength is how many bricks are in each row - this is declared when I create a new brickwall in BlueJ. The make brick creates a brick then the startX moves position of the next brick after the...
  3. Replies
    3
    Views
    1,244

    [SOLVED] I can't figure out why this isn't working!

    On my current assignment I have to create a brick wall of multi-coloured tiles in java. All using blueJ and as you can see below my code on the "drawRow" method won't work, it just draws a single row...
Results 1 to 3 of 3