home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Gallery
/
INTERGAL.bin
/
intergal
/
prgs
/
idv21
/
data.z
/
GridLayout.pre
< prev
next >
Wrap
Text File
|
1995-10-08
|
307b
|
14 lines
import java.awt.*;
public class \Name\ extends java.awt.GridLayout
{
public \Name\ (int ARows, int AColumns)
{
super (ARows, AColumns);
}
public \Name\ (int ARows, int AColumns, int AHGap, int AVGap)
{
super (ARows, AColumns, AHGap, AVGap);
}
}