Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Thread: Things Won't Move

    by Norm
    Replies
    4
    Views
    1,926

    [SOLVED] Re: Things Won't Move

    This looks like the same problem as this:
    http://www.javaprogrammingforums.com/whats-wrong-my-code/10649-need-some-help.html#post41496
  2. Thread: Things Won't Move

    by Norm
    Replies
    4
    Views
    1,926

    [SOLVED] Re: Things Won't Move

    Did they return to allow the constructor to finish building the GUI and display it?

    The loop looks like it will go forever so the constructor never finishes and the GUI is not built.
    You need to...
  3. Thread: Things Won't Move

    by Norm
    Replies
    4
    Views
    1,926

    [SOLVED] Re: Things Won't Move

    Does you code ever call the gameloop method or the run method?
    Add printlns to those methods to see if they are ever called.
Results 1 to 3 of 3