Basic HTML version of Foils prepared
April 7 1998
Foil 6 Example
From
Overview of Java2D and Java3D Frameworks CPS616 Web Technologies --
Spring 98
.
by
Geoffrey C. Fox
Example: Suppose you have a component whose job it is to draw a red rectangle
Using the AWT drawing model:
public void paint( Graphics g ) {
g.setColor( Color.red );
g.fillRect( 300, 300, 200, 100 );
}
©
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 Sun Nov 29 1998