home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 127 / dpcs0998.iso / Internet / netobs / Install.exe / t2.z / DPoint.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-03-09  |  336 b   |  16 lines

  1. class DPoint {
  2.    public int getx() {
  3.       return 0;
  4.    }
  5.  
  6.    public void setx(int var1) {
  7.    }
  8.  
  9.    public int gety() {
  10.       return 0;
  11.    }
  12.  
  13.    public void sety(int var1) {
  14.    }
  15. }
  16.