Search:

Type: Posts; User: GMPoison

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    960

    Re: Help with simple applet.

    Well, it will have the value of +1 since it's incrementing, right? and it's supposed to loop only if it's less than the height, so I would hope it would be less again. Sorry, really bad at while...
  2. Replies
    5
    Views
    960

    Re: Help with simple applet.

    Sorry I forgot a closing brace for the while. Only the first row is displayed, rather than first column. Still can't figure it out



    while (row <= DISPLAY_WIDTH){ //while row is less than...
  3. Replies
    5
    Views
    960

    Help with simple applet.

    All the applet does is print a brick wall. I've got it made with using for loops, but now I'd like to get it done using while and do while loops, but I can't seem to get it working using while loops,...
Results 1 to 3 of 3