Basic HTML version of Foils prepared 6 Feb 99

Foil 48 TriangleTest Applet

From Java Academy I:Elementary Java NPAC/ECS Java Academy -- February to April 1998 and 1999. by Nancy McCracken (foils by Tom Scavo)


1 Our test applet creates two triangles: p1 = new Polygon(); p1.addPoint( 50, 25 ); p1.addPoint( 75, 100 ); p1.addPoint( 25, 100 ); p2 = new Polygon(); p2.addPoint( 125, 25 ); p2.addPoint( 175, 100 ); p2.addPoint( 125, 100 );

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 Sat Feb 6 1999