Answers

Question and Answer:

  Home  Java Applet

⟩ When is update method called?

Whenever a screen needs redrawing (e.g., upon creation, resizing, validating) the update method is called. By default, the update method clears the screen and then calls the paint method, which normally contains all the drawing code.

 138 views

More Questions for you: