<xal xmlns="http://openxal.org/ui/java">
  <borderPane  height="400px" width="500px" horizontalGap="12px" verticalGap="11px" padding="20px">
    <freePane borderPosition="center" caption="Absolute Locations"  captionPosition="top" captionAlignment="left" height="400px" width="500px">
      <label height="20px" text="Label 1: Location = (20, 20)" width="142px" x="20px" y="20px"/>
      <label height="20px" text="Label 2: Location = (110, 70)" width="148px" x="110px" y="70px"/>
      <label height="25px" text="Label 3: Location = (10, 150)" width="150px" x="10px" y="150px"/>
      <textField height="25px" text="Text Field: Location = (90, 190)" width="200px" x="90px" y="200px"/>
    </freePane>
  </borderPane>
</xal>