Class awt.GapsLayout
All Packages This Package Previous Next
Class awt.GapsLayout
java.lang.Object
|
+----awt.ContainerLayout
|
+----awt.GapsLayout
-
public class
GapsLayout
-
extends ContainerLayout
Layout with gaps (abstract class)
-
Version:
-
1.6 31 Jan 1995
-
Author:
-
Arthur van Hoff
-
GapsLayout()
-
-
max(int, int)
-
-
setGaps(int, int, int, int)
-
Set the gaps (the distances between members
in the container).
GapsLayout
public GapsLayout()
setGaps
public void setGaps(int n,
int e,
int s,
int w)
-
Set the gaps (the distances between members
in the container).
max
protected int max(int a,
int b)
All Packages This Package Previous Next