Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Thread: Need Some Help...

    by Norm
    Replies
    9
    Views
    1,213

    [SOLVED] Re: Need Some Help...

    Don't enter an infinite loop until the initialization is finished.
    Better to Create a Thread and do the infinite loop there.
  2. Thread: Need Some Help...

    by Norm
    Replies
    9
    Views
    1,213

    [SOLVED] Re: Need Some Help...

    Does it come out of the gameloop method?
    If it never exits the gameloop method, then it never returns from the Panel class's constructor and it nevers finishes the Game class's constructor.
  3. Thread: Need Some Help...

    by Norm
    Replies
    9
    Views
    1,213

    [SOLVED] Re: Need Some Help...

    Add lots of println statements to the code in all of the methods to see where the execution flow goes.
    You need to see where the code is executing and where it is not executing.
Results 1 to 3 of 3