<xal xmlns="http://openxal.org/ui/java">
  <borderPane horizontalGap="12px" verticalGap="11px" padding="20px">
    <borderPane borderPosition="center" horizontalGap="12px" verticalGap="11px" caption="Center Panel" borderColor="#C0C0C0" borderStyle="solid" borderWidth="1">
      <table borderPosition="center" selectionMode="singleRow">
        <column>
          <header text="Column 1 Heading"/>
        </column>
        <column>
          <header text="Column 2 Heading"/>
        </column>
        <column>
          <header text="Column 3 Heading"/>
        </column>
        <row>
          <cell text="Row 1 Cell 1"/>
          <cell text="Row 1 Cell 2"/>
          <cell text="Row 1 Cell 3"/>
          <cell text="Row 1 Cell 4"/>
        </row>
        <row>
          <cell text="Row 2 Cell 1"/>
          <cell text="Row 2 Cell 2"/>
          <cell text="Row 2 Cell 3"/>
          <cell text="Row 2 Cell 4"/>
        </row>
        <row>
          <cell text="Row 3 Cell 1"/>
          <cell text="Row 3 Cell 2"/>
          <cell text="Row 3 Cell 3"/>
          <cell text="Row 3 Cell 4"/>
        </row>
      </table>
    </borderPane>
    <horizontalFlowPane borderPosition="north" caption="North Panel" height="100px" borderColor="#C0C0C0" borderStyle="solid" borderWidth="1px" horizontalGap="12px" verticalGap="11px" alignment="start">
      <label height="20px" text="Label in a horizontalFlowPane"/>
    </horizontalFlowPane>
    <gridPane borderPosition="south" caption="South Panel" height="100px" borderColor="#C0C0C0" borderStyle="solid" borderWidth="1px" horizontalGap="12px" verticalGap="11px" gridHorizontalAlignment="end" gridVerticalAlignment="end" columns="1">
      <label height="20px" text="Label in a gridPane"/>
    </gridPane>
    <gridPane borderPosition="east" caption="East Panel" width="125px" borderColor="#C0C0C0" borderStyle="solid" borderWidth="1px" horizontalGap="12px" verticalGap="11px" gridHorizontalAlignment="end" gridVerticalAlignment="end">
      <button height="25px" text="Button 1" width="100px"/>
      <button height="25px" text="Button 2" width="100px"/>
    </gridPane>
    <gridPane borderPosition="west" caption="West Panel" width="125px" borderColor="#C0C0C0" borderStyle="solid" borderWidth="1px" horizontalGap="12px" verticalGap="11px" gridHorizontalAlignment="start" gridVerticalAlignment="start">
      <button height="25px" text="Button 1" width="100px"/>
      <button height="25px" text="Button 2" width="100px"/>
    </gridPane>
  </borderPane>
</xal>