Description: Click here for some sample code that shows you how to do it. Using this code to override Component.update() handles double-buffering in a way that usually lets programmers reuse their existing paint methods without modification. (You can't do this, however, where the applet or component draws directly to the screen without calling paint .) This can even be put in a subclass of Canvas or Applet (called perhaps...