Search:

Type: Posts; User: Norm

Search: Search took 0.18 seconds.

  1. Replies
    5
    Views
    1,412

    Re: Problems with RepaintManager

    Sorry, I don't know why the JVM calls the paint() method when it does.
  2. Replies
    5
    Views
    1,412

    Re: Problems with RepaintManager

    You can't stop the calls to the paint method. You could use a boolean flag to control what the paint method does. If the flag is not set, set it and do the drawing. Next call to paint will find the...
  3. Replies
    5
    Views
    1,412

    Re: Problems with RepaintManager

    When paint is called Your code clears the screen and draws 3 times
    When the screen is to be repainted, it does it again.

    What do you want the program to do?

    If you want to save all the...
Results 1 to 3 of 3