I get an infinite pattern of this:
currentX= 31, currentY = 115, xOffset = 21yOffset = 21 and length = 7
currentX= 52, currentY = 115, xOffset = 21yOffset = 21 and length = 7
currentX= 73, currentY = 115, xOffset = 21yOffset = 21 and length = 7
currentX= 94, currentY = 115, xOffset = 21yOffset = 21 and length = 7
currentX= 115, currentY = 115, xOffset = 21yOffset = 21 and length = 7
currentX= 136, currentY = 115, xOffset = 21yOffset = 21 and length = 7
currentX= 157, currentY = 115, xOffset = 21yOffset = 21 and length = 7
This is the code which executed this:
System.out.println("currentX= " + currentX + ", currentY = " + currentY +
", xOffset = " + xOffset + "yOffset = " + yOffset + " and length = " + length )