<cockpit> <DFFiles> <df path="windowLayoutsLayers.xml" /> </DFFiles> </cockpit>
<cockpit> <DFFiles> <df path="windowLayoutsLayers.xml" /> </DFFiles> <configs border="255,255,255" borderWidth="3"> <display id="1" name="display" width="15000" height="10000" defaultLayout="layout1"> <layout name="layout1"/> <layout name="layout2"/> </display> </configs> </cockpit>
<cockpit> <DFFiles> <df path="windowLayoutsLayers.xml" /> </DFFiles> <windows> <windowDef name="WindowFull" width="15000" height="10000" x="0" y="0" /> </windows> <configs border="255,255,255" borderWidth="3"> <display id="1" name="display" width="15000" height="10000" defaultLayout="layout1"> <layout name="layout1"/> <layout name="layout2"> <window name="WindowFull" > <layer layerID="5" /> </window> </layout> </display> </configs> </cockpit>
<cockpit> <DFFiles> <df path="windowLayoutsLayers.xml" /> </DFFiles> <windows> <windowDef name="WindowFull" width="15000" height="10000" x="0" y="0" /> <windowDef name="Window1" width="10000" height="10000" x="0" y="0" /> <windowDef name="Window2" width="5000" height="10000" x="10000" y="0" /> </windows> <configs border="255,255,255" borderWidth="3"> <display id="1" name="display" width="15000" height="10000" defaultLayout="1"> <layout name="layout1"> <window name="Window1" /> <window name="Window2"> <layer layerID="4" /> </window> </layout> <layout name="layout2"> <window name="WindowFull" > <layer layerID="5" /> </window> </layout> </display> </configs> </cockpit>
<cockpit> <DFFiles> <df path="windowLayoutsLayers.xml" /> </DFFiles> <windows> <windowDef name="WindowFull" width="15000" height="10000" x="0" y="0" /> <windowDef name="Window1" width="10000" height="10000" x="0" y="0" /> <windowDef name="Window2" width="5000" height="10000" x="10000" y="0" /> <windowDef name="Window3" width="10000" height="5000" x="0" y="0" /> <windowDef name="Window4" width="10000" height="5000" x="0" y="5000" /> </windows> <configs border="255,255,255" borderWidth="3"> <display id="1" name="display" width="15000" height="10000" defaultLayout="1"> <layout name="layout1" id="1"> <window name="Window1" defaultLayout="childLayout1"> <layout name="childLayout1" id="1"> <window name="Window3"> <layer layerID="1" /> </window> <window name="Window4"> <layer layerID="2" /> </window> </layout> <layout name="childLayout2"> <window name="Window1"> <layer layerID="3" /> </window> </layout> </window> <window name="Window2"> <layer layerID="4" /> </window> </layout> <layout name="layout2"> <window name="WindowFull" > <layer layerID="5" /> </window> </layout> </display> </configs> </cockpit>
<cockpit appliID="1" layerID="10"> ... </cockpit>
graphics=DefGraphics.xml ui=LookAndFeel.xml pictures=DefPictures.xml lf=JavaFX logServerArea=true server.menus=true server.uiCombo=true logMaximumLines=50 windowManager=windows server.windows=cockpitConf.xml server.computeLayerSize=false server.superLayer=true
java -jar jfxServer.jar
As the configuration file is not defined here, the Server will ask for it. Look for the properties File you just defined. Two windows will appear:Copyright 2016-2017 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v2 licence