Basic HTML version of Foils prepared 13 July 98

Foil 50 The Point Class

From Java Academy II:Intermediate Java NPAC/ECS Java Academy -- February to April 98. by Tom Scavo

The java.awt.Point Class
One of the constructors of the Point class takes two integer arguments: Point p = new Point( 69, 25 );
Eight such points define an octagon: Point p1 = new Point(...); Point p2 = new Point(...); ... Point p8 = new Point(...);



© 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 Nov 28 1998