home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Internet
/
Javadraw
/
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);
}
}