Made DEFAULT_GAP public.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2336 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2008-07-18 17:51:04 +00:00
parent 744c4cf3d5
commit 69930d1f76
@@ -145,6 +145,9 @@ public abstract class GroupLayout
/** A justification constant. */
public final static Justification BOTTOM = new Justification(4);
/** The default gap between components, in pixels. */
public static final int DEFAULT_GAP = 5;
public void setPolicy (Policy policy)
{
_policy = policy;
@@ -482,8 +485,6 @@ public abstract class GroupLayout
protected static final int PREFERRED = 1;
protected static final int MAXIMUM = 2;
protected static final int DEFAULT_GAP = 5;
/** All children added without a Constraints object are
* constrained by this Constraints object. */
protected static final Constraints DEFAULT_CONSTRAINTS = new Constraints(1);