home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Internet
/
Javadraw
/
DATA.Z
/
FlowLayout.pre
< prev
next >
Wrap
Text File
|
1995-10-08
|
335b
|
18 lines
import java.awt.*;
public class \Name\ extends java.awt.FlowLayout
{
public \Name\ ()
{
super ();
}
public \Name\ (int AAlignment)
{
super (AAlignment);
}
public \Name\ (int AAlignment, int AHGap, int AVGap)
{
super (AAlignment, AHGap, AVGap);
}
}