Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    1,090

    [SOLVED] Re: GAME VIEW - flashing

    Move the arraylist to where it is defined one time and filled as needed. Don't do it every time paint() is called.
  2. Replies
    6
    Views
    1,090

    [SOLVED] Re: GAME VIEW - flashing

    A comment: The arraylist should NOT be defined and filled in code running inside the call to paint() method.
  3. Replies
    6
    Views
    1,090

    [SOLVED] Re: GAME VIEW - flashing

    Take a look at this thread and see how that OP did it:
    http://www.javaprogrammingforums.com/whats-wrong-my-code/33250-animation-double-buffering.html#post127731
Results 1 to 3 of 3