Re: tripple for loop problem
What layout manager are you using? It looks like flow. If you want a grid, you should use a layout manager that will create a grid.
Re: tripple for loop problem
Please don't post the same question twice to the forums. Your other thread has been removed.
Re: tripple for loop problem
was actualy planning on using spring layout
Re: tripple for loop problem
Re: tripple for loop problem
i am about to give it a test ive just finished the technical document for the project. will post here with results shortly
Re: tripple for loop problem
seem to have fixed the problem. just had to sit and think :D i had ended up using
if (i % 7 == 6) { a++; }
seemed to work perfectly. seems all i have left is the calculations as i have just completed the file reading/writing. although the calculations i shall do myself. thanks for the help you've given me norm . i think u do deserve a thanks even if i was extremely lazy to debug myself lol ^^