/** * turn off background repaint, because we will paint * the entire region in paint. * * @param g Graphics context on which we paint. */ public void update ( Graphics g ) { paint( g ); }