The Default Layout

Layout Code

<xmllayout>
   <divider orientation="HORZ">
      <first>
         <component id="DAG" width="300"/>
      </first>
      <second>
         <divider orientation="VERT">
            <first>
               <tabs>
                  <tab name="Search &amp; Filter">
                     <panel>
                        <center>
                           <component id="FIND"/>
                        </center>
                        <south>
                           <box orientation="HORZ">
                              <component id="SEARCH_BUTTON" label="Ignore obsoletes" method="MODIFY" filter="resource:noobsoletes.filter.xml"/>
                              <component id="SEARCH_BUTTON" label="Search all" method="MODIFY" buttonGroup="SearchScope" selected="true"/>
                              <component id="SEARCH_BUTTON" label="Search children of selection" method="MODIFY" buttonGroup="SearchScope" filter="resource:selection_children.filter.xml"/>
                              <component id="SEARCH_BUTTON" label="Search ontology of selection" method="MODIFY" buttonGroup="SearchScope" filter="resource:selection_root.filter.xml"/>
                           </box>
                        </south>
                     </panel>
                  </tab>
                  <tab name="Parent Plugin">
                     <component id="plugin:org.geneontology.oboedit.plugin.ParentPlugin"/>
                  </tab>
               </tabs>
            </first>
            <second>
               <component id="TEXTEDIT" width="320"/>
            </second>
         </divider>
      </second>
   </divider>
</xmllayout>

Produces

Color-Coded Version

This is a visual aid to help understand what parts of the layout code correspond to which parts of the display. Color-coded sections of the layout code correspond to the colored overlays on the image. 

<xmllayout>
   <divider orientation="HORZ">
      <first>
         <component id="DAG" width="300"/>
      </first>
      <second>
         <divider orientation="VERT">
            <first>
               <tabs>
                  <tab name="Search &amp; Filter">
                     <panel>
                        <center>
                           <component id="FIND"/>< /FONT>
                        </center>
                        <south>

                           <box orientation="HORZ">< /FONT>
                              <component id="SEARCH_BUTTON" label= "Ignoreobsoletes" method= "MODIFY" filter= "resource:noobsoletes.filter.xml"/>< /FONT>
                              <component id="SEARCH_BUTTON" label="Search all" method="MODIFY" buttonGroup= "SearchScope" selected= "true"/</FONT>>
                              <component id="SEARCH_BUTTON" label="Search childrenofselection" method= "MODIFY" buttonGroup= "SearchScope" filter= "resource:selection_children.filter.xml"/>< /FONT>
                              <component id="SEARCH_BUTTON" label="Search ontologyofselection" method= "MODIFY" buttonGroup= "SearchScope" filter= "resource:selection_root.filter.xml"/>< /FONT>
                           </box>
  
                      </south>
                     </panel>

                  </tab>

                  <tab name="Parent Plugin">
                     <component id="plugin:org.geneontology.oboedit.plugin.ParentPlugin"/>
                  </tab>

               </tabs>

            </first>
            <second>

               <component id="TEXTEDIT" width= "320"/>< /FONT>
            </second>
         </divider>

      </second>
   </divider>

</xmllayout>