Basic HTML version of Foils prepared 18 May 97

Foil 7 Some Basic Methods for Applets -- II

From Java Tutorial - Spring 1997 Part 3:Graphics and the Abstract Windowing Toolkit Peking Tutorial, Web Certificate -- Spring-Summer 1997. by Nancy J. McCracken,Geoffrey C. Fox


1 public void paint(Graphics g) actually has an argument and draws what you want on the screen
2 There is somewhat confusing other methods update() and repaint() which need to used in advanced applications. You may need to call repaint() in a dynamic applet to change display but update() would not need to be called as invoked by repaint(). However update() is sometimes best overridden
3 public void repaint() is a request by you to the Java runtime to update screen
4 public void update(Graphics g) is invoked by repaint() and performs the screen update which involves clearing screen and invoking paint()

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Thu Jan 8 1998