Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Re: Using while-loops in Actionlisteners - WindowBuilder

    I believe your forsok variable could also be a class variable in the outer class as well, that way you can access it from other methods.



    You could implement a Game of Nim type thing, or a...
  2. Re: Using while-loops in Actionlisteners - WindowBuilder

    Right, but why? It sounds like that while loop is never exiting, which is why I suggest reconsidering your logic.
  3. Re: Using while-loops in Actionlisteners - WindowBuilder

    What exactly is that while loop doing?

    I think you might consider refactoring your code. Anonymous inner classes aren't always the way to go.
Results 1 to 3 of 3