^1639996220814
@
sname
BorderLayout
slabel
BorderLayout
sdescriptors
xworker.lang.MetaDescriptor3
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
Sdescription
#$@text#$@
<p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center. Each region may contain no more than one component, and is identified by a corresponding constant: </span><code>NORTH</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>SOUTH</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>EAST</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>WEST</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, and </span><code>CENTER</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">. When adding a component to a container with a border layout, use one of these five constants, for example:</span></p>

<pre style="text-align: left;">
    Panel p = new Panel();
    p.setLayout(new BorderLayout());
    p.add(new Button(&quot;Okay&quot;), BorderLayout.SOUTH);</pre>
#$@text#$@
sth_createIndex
false
sth_mark
false
sid
BorderLayout
  @/@actions
  sname
  actions
  sdescriptors
  xworker.lang.MetaDescriptor3/@actions
  sth_createIndex
  false
  sth_mark
  false
  sid
  actions
    @/@actions/@create
    sname
    create
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.core.java.awt.layout.BorderLayoutCreator
    smethodName
    create
    sdisableGlobalContext
    false
    sattributeTemplate
    false
    sinterpretationType
    Action
    svarScope
    Global
    screateLocalVarScope
    false
    ssaveReturn
    false
    sdescriptors
    xworker.lang.actions.Actions/@JavaAction
    sth_createIndex
    false
    sth_mark
    false
    sid
    create
  @/@name
  sname
  name
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  name
  @/@hgap
  sname
  hgap
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  sdescription
  <p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">Sets the horizontal gap between components.</span></p>
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  hgap
  @/@vgap
  sname
  vgap
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  sdescription
  <p><span style="background-color:rgb(238, 238, 239); color:rgb(53, 56, 51)">Sets the vertical gap between components.</span></p>
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  vgap
