Search:

Type: Posts; User: tardis_

Search: Search took 0.10 seconds.

  1. Thread: Progress bar

    by tardis_
    Replies
    2
    Views
    1,606

    Progress bar

    Hi, i have a really simple question.
    Can someone tell me where to start when i want to add a progress bar. I have an arraylist of string. when i do a for:each loop, inside the loop i have a method...
  2. Replies
    4
    Views
    1,512

    Re: nested for loop

    it was 1am when i wrote that lol, let me try this again.
    i want two loops as you see in the code to do exactly what it's doing.
    00
    01
    02
    03
    10
    11
    12
    13
  3. Replies
    4
    Views
    1,512

    nested for loop

    good morning, i've been stuck on this issue for about 2 weeks now! :-(
    i have a nested loop.


    for(i= 0; i<= 3; i++)
    {
    for(j= 0; j<= 8; j++)
    {
    System.out.println(i+...
Results 1 to 3 of 3