<?xml version="1.0" encoding="UTF-8"?>
<!-- Showing a 2D view with toolbar, status bar and layer bar inpage, and an
     additional menu in frame.
     This example uses own tags for the file menu an the save sub menu.
     The first uses internal standards using special suffixes for naming the
     different internationalizationable parts of the menu entry, while the
     second sets the text and the mnemonic directly.
     Compare with overwrite.properties and overwrite_de.properties.
 -->
<dxfapplet frametitle="${titleFrame}">
  <menubar>
    <menu tag="myFileMenu">
      <action name="print"/>
      <separator/>
      <menu name="${mySaveMenuText}" mnemo="${mySaveMenuMnemo}">
        <action name="imgsave"/>
        <separator/>
        <action name="savepdf"/>
        <action name="saveps"/>
        <action name="savesvg"/>
      </menu>
      <separator/>
      <action name="close"/>
    </menu>
  </menubar>
  <!-- splitpane type="horizontal" pos="Center" split="60%">
    <modelview type="2D+"
               pos="Left"
               bgcolor="black"
               coordsys="true"
               coordsyspos="NW"
               staticreduce="20000"
               dynamicreduce="2000"
               reducemode="dynamic"
               antialias="true"
               skipsize="0"
               skiptextsize="2"
               useltypes="true"
               allowpicking="false"
               invertwheel="true"
               states="all-picking"
               preactions="print,close,"
               animation="0"
               border="titled(etched(),'${titleModel}')"/>
    <layerpanel pos="right" border="titled(etched(),'${titleLayer}')"/>
  </splitpane -->
  <panel pos="Center">
    <modelview type="2D+"
               pos="Center"
               bgcolor="black"
               coordsys="true"
               coordsyspos="NW"
               staticreduce="20000"
               dynamicreduce="2000"
               reducemode="dynamic"
               antialias="true"
               skipsize="0"
               skiptextsize="2"
               useltypes="true"
               allowpicking="false"
               invertwheel="true"
               states="all-picking"
               preactions="print,close,"
               animation="0"
               border="titled(etched(),'${titleModel}')"/>
    <layerpanel pos="East" border="titled(etched(),'${titleLayer}')"/>
  </panel>
  <statusbar pos="South"/>
</dxfapplet>
