home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 January / PCO0198.ISO / browser / net_linx / java40.jar / netscape / security / Geometry.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-11-03  |  449 b   |  17 lines

  1. package netscape.security;
  2.  
  3. class Geometry {
  4.    // $FF: renamed from: x int
  5.    int field_0;
  6.    // $FF: renamed from: y int
  7.    int field_1;
  8.    // $FF: renamed from: wd int
  9.    int field_2;
  10.    // $FF: renamed from: ht int
  11.    int field_3;
  12.    // $FF: renamed from: bw int
  13.    int field_4;
  14.    int xorg;
  15.    int yorg;
  16. }
  17.