home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PDA Software Library
/
pdasoftwarelib.iso
/
PILOT
/
PC
/
JUMP
/
PALMOS.ZIP
/
palmos
/
Rectangle.java
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Java Source
|
1996-11-24
|
154 b
|
9 lines
package palmos;
public class Rectangle {
public short topLeft_x;
public short topLeft_y;
public short extent_x;
public short extent_y;
}