home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / Point.pre < prev    next >
Text File  |  1995-10-08  |  154b  |  10 lines

  1. import java.awt.*;
  2.  
  3. public class \Name\ extends java.awt.Point
  4.    {
  5.    public \Name\ (int Ax, int Ay)
  6.       {
  7.       super (Ax, Ay);
  8.       }
  9.    }
  10.