View Single Post
  #2 (permalink)  
Old 07-30-2007, 12:27 AM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,266
hardwired is on a distinguished road
Try to find out what's going on inside the outer loop:
Code:
for (int j = 0; j < xTags; j++) { System.out.printf("j = %d xTags = %d%n", j, xTags); curx = startx + jump;
Reply With Quote