home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Gallery
/
INTERGAL.bin
/
intergal
/
prgs
/
idv21
/
data.z
/
Insets.pre
< prev
next >
Wrap
Text File
|
1995-10-08
|
207b
|
10 lines
import java.awt.*;
public class \Name\ extends java.awt.Insets
{
public \Name\ (int ATop, int ALeft, int ABottom, int ARight)
{
super (ATop, ALeft, ABottom, ARight);
}
}