Search:

Type: Posts; User: Junky

Search: Search took 0.16 seconds.

  1. Replies
    5
    Views
    971

    Re: Help with simple applet.

    Why would it be less again? Values of variables do not magically change. Run this code and see if you can understand the problem.


    int max = 5;
    int row = 0;
    int col = 0;
    while(row < max) {
    ...
  2. Replies
    5
    Views
    971

    Re: Help with simple applet.

    Did you read my post?
    Did you answer my questions?
  3. Replies
    5
    Views
    971

    Re: Help with simple applet.

    After the inner (col) loop finishes what value will col have? Will it ever be less than DISPLAY_HEIGHT again?
Results 1 to 3 of 3