Search:

Type: Posts; User: stewbond

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,184

    [SOLVED] Re: Animation and double buffering

    Got it,

    In paintComponent() I was still calling super.paint(). Calling super.paintComponent() fixed this.

    Thanks for your awesome help. The program is 100% now.

    --- Update ---

    Total...
  2. Replies
    5
    Views
    1,184

    [SOLVED] Re: Animation and double buffering

    Ok so I read this article. The only difference that I see between what I did and what they did was that they used paintComponent() instead of paint(). I've tried to over-ride this instead, but now...
  3. Replies
    5
    Views
    1,184

    [SOLVED] Animation and double buffering

    I have a class for which I am not happy with the animation. I've simplified it to a simple square moving accross the screen. My problem is that the screen doesn't clear and so instead of a moving...
Results 1 to 3 of 3