Search:

Type: Posts; User: GregBrannon

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,199

    [SOLVED] Re: Animation and double buffering

    Are you calling repaint() in the paintComponent() method? If so, that will set up an infinite loop. I was hoping you'd get those details from the Custom Painting Lesson.
  2. Replies
    5
    Views
    1,199

    [SOLVED] Re: Animation and double buffering

    Don't override the paint() method, ever. Read this article on Custom Painting.
Results 1 to 2 of 2