Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.23 seconds.

  1. Replies
    5
    Views
    1,560

    Re: Help! Image leaving marks

    Hmm, I think you're probably misunderstanding me, but okay.
  2. Replies
    5
    Views
    1,560

    Re: Help! Image leaving marks

    That'll probably do it. But my comment about using paintComponent still stands.
  3. Replies
    5
    Views
    1,560

    Re: Help! Image leaving marks

    Override paintComponent(), not paint(). The paint() method handles fancy things like double buffering, so you don't want to mess with it.

    Then call super.paintComponent(g) before doing anything...
Results 1 to 3 of 3