home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PILOT / PC / JUMP / PALMOS.ZIP / palmos / Rectangle.java < prev    next >
Encoding:
Java Source  |  1996-11-24  |  154 b   |  9 lines

  1. package palmos;
  2.  
  3. public class Rectangle {
  4.   public short topLeft_x;
  5.   public short topLeft_y;
  6.   public short extent_x;
  7.   public short extent_y;
  8. }
  9.