Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    1,300

    Re: program will not end

    Is that the same variable your loop is checking against? Are you sure?

    Without an SSCCE I'm only guessing, but you're either using two different variables with the same name, or you're dealing...
  2. Replies
    8
    Views
    1,300

    Re: program will not end

    So what happens when you put a println in the stop() method? Does it properly set the boolean to false?
  3. Replies
    8
    Views
    1,300

    Re: program will not end

    Okay, so when do you expect it to exit that? What happens instead?

    Recommended reading: http://www.javaprogrammingforums.com/blogs/copeg/5-debugging-system-out-println.html
  4. Replies
    8
    Views
    1,300

    Re: program will not end

    When posting code, please use code tags, and preferably boil your problem down to an SSCCE that we can copy and paste to see the issue.

    Why are you doing your painting like that? Recommended...
Results 1 to 4 of 4