Search:

Type: Posts; User: macko

Search: Search took 0.24 seconds.

  1. Replies
    6
    Views
    1,650

    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...
  2. Replies
    6
    Views
    1,650

    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
  3. Replies
    6
    Views
    1,650

    Re: tripple for loop problem

    was actualy planning on using spring layout
  4. Replies
    6
    Views
    1,650

    tripple for loop problem

    so i'm having 3 for loops inside each other. First for loop will be for the panels creation, Second for loop is for the labels and the third for loop is for the JTextFields

    I have a tabbedPane...
Results 1 to 4 of 4