This commit is contained in:
sfop
2017-04-25 13:59:03 +02:00
parent 4c66ec7b6f
commit 0cc8ec5c9e
12 changed files with 683 additions and 383 deletions
+29 -29
View File
@@ -29,8 +29,8 @@
<EmptySpace min="-2" pref="34" max="-2" attributes="0"/>
<Component id="buttonAbort" min="-2" max="-2" attributes="0"/>
</Group>
<Component id="panelPars" max="32767" attributes="0"/>
<Component id="jPanel2" alignment="0" max="32767" attributes="0"/>
<Component id="panelScanPars" max="32767" attributes="0"/>
<Component id="panelBeamPars" alignment="0" max="32767" attributes="0"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
<Component id="plot" pref="531" max="32767" attributes="0"/>
@@ -45,9 +45,9 @@
<Group type="103" groupAlignment="0" attributes="0">
<Component id="plot" pref="419" max="32767" attributes="0"/>
<Group type="102" attributes="0">
<Component id="panelPars" min="-2" max="-2" attributes="0"/>
<Component id="panelScanPars" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="jPanel2" min="-2" max="-2" attributes="0"/>
<Component id="panelBeamPars" min="-2" max="-2" attributes="0"/>
<EmptySpace max="32767" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="buttonStart" alignment="3" min="-2" max="-2" attributes="0"/>
@@ -61,7 +61,7 @@
</DimensionLayout>
</Layout>
<SubComponents>
<Container class="javax.swing.JPanel" name="panelPars">
<Container class="javax.swing.JPanel" name="panelScanPars">
<Properties>
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
<Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
@@ -80,27 +80,27 @@
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="1" attributes="0">
<Group type="102" alignment="1" attributes="0">
<Component id="latencyLabel" min="-2" max="-2" attributes="0"/>
<Component id="labelLatency" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="2" max="-2" attributes="0"/>
<Component id="spinnerLatency" min="-2" max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="1" attributes="0">
<Component id="stopLabel" min="-2" max="-2" attributes="0"/>
<Component id="labelStop" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="2" max="-2" attributes="0"/>
<Component id="spinnerStop" min="-2" max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="1" attributes="0">
<Component id="startLabel" min="-2" max="-2" attributes="0"/>
<Component id="labelStart" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="2" max="-2" attributes="0"/>
<Component id="spinnerStart" min="-2" max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="1" attributes="0">
<Component id="samplesLabel" min="-2" max="-2" attributes="0"/>
<Component id="labelSamples" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="2" max="-2" attributes="0"/>
<Component id="spinnerSamples" min="-2" max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="1" attributes="0">
<Component id="stepLabel" min="-2" max="-2" attributes="0"/>
<Component id="labelStep" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="2" max="-2" attributes="0"/>
<Component id="spinnerStep" min="-2" max="-2" attributes="0"/>
</Group>
@@ -115,27 +115,27 @@
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="spinnerStart" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="startLabel" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="labelStart" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="spinnerStop" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="stopLabel" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="labelStop" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="spinnerStep" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="stepLabel" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="labelStep" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="spinnerSamples" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="samplesLabel" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="labelSamples" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="spinnerLatency" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="latencyLabel" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="labelLatency" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace max="32767" attributes="0"/>
</Group>
@@ -143,12 +143,12 @@
</DimensionLayout>
</Layout>
<SubComponents>
<Component class="javax.swing.JLabel" name="startLabel">
<Component class="javax.swing.JLabel" name="labelStart">
<Properties>
<Property name="text" type="java.lang.String" value="Start:"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="stopLabel">
<Component class="javax.swing.JLabel" name="labelStop">
<Properties>
<Property name="text" type="java.lang.String" value="Stop:"/>
</Properties>
@@ -163,7 +163,7 @@
</Property>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="stepLabel">
<Component class="javax.swing.JLabel" name="labelStep">
<Properties>
<Property name="text" type="java.lang.String" value="Step:"/>
</Properties>
@@ -178,7 +178,7 @@
</Property>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="samplesLabel">
<Component class="javax.swing.JLabel" name="labelSamples">
<Properties>
<Property name="text" type="java.lang.String" value="Nb Samples:"/>
</Properties>
@@ -193,7 +193,7 @@
</Property>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="latencyLabel">
<Component class="javax.swing.JLabel" name="labelLatency">
<Properties>
<Property name="text" type="java.lang.String" value="Latency:"/>
</Properties>
@@ -223,7 +223,7 @@
</Component>
</SubComponents>
</Container>
<Container class="javax.swing.JPanel" name="jPanel2">
<Container class="javax.swing.JPanel" name="panelBeamPars">
<Properties>
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
<Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
@@ -239,12 +239,12 @@
<EmptySpace max="32767" attributes="0"/>
<Group type="103" groupAlignment="1" attributes="0">
<Group type="102" alignment="1" attributes="0">
<Component id="energyLabel" min="-2" max="-2" attributes="0"/>
<Component id="labelEnergy" min="-2" max="-2" attributes="0"/>
<EmptySpace min="0" pref="0" max="-2" attributes="0"/>
<Component id="spinnerEnergy" min="-2" max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="1" attributes="0">
<Component id="dispersionLabel" min="-2" max="-2" attributes="0"/>
<Component id="labelDispersion" min="-2" max="-2" attributes="0"/>
<EmptySpace min="0" pref="0" max="-2" attributes="0"/>
<Component id="spinnerDispersion" min="-2" max="-2" attributes="0"/>
</Group>
@@ -259,12 +259,12 @@
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="spinnerDispersion" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="dispersionLabel" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="labelDispersion" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="spinnerEnergy" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="energyLabel" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="labelEnergy" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace max="32767" attributes="0"/>
</Group>
@@ -275,14 +275,14 @@
<Component class="javax.swing.JSpinner" name="spinnerDispersion">
<Properties>
<Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
<SpinnerModel initial="1.0" maximum="10.0" minimum="0.0" numberType="java.lang.Double" stepSize="0.01" type="number"/>
<SpinnerModel initial="-0.32" maximum="100.0" minimum="-100.0" numberType="java.lang.Double" stepSize="0.01" type="number"/>
</Property>
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[64, 20]"/>
</Property>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="energyLabel">
<Component class="javax.swing.JLabel" name="labelEnergy">
<Properties>
<Property name="text" type="java.lang.String" value="Energy:"/>
</Properties>
@@ -290,14 +290,14 @@
<Component class="javax.swing.JSpinner" name="spinnerEnergy">
<Properties>
<Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
<SpinnerModel initial="0.0" maximum="10000.0" minimum="0.0" numberType="java.lang.Double" stepSize="0.1" type="number"/>
<SpinnerModel initial="7.1" maximum="100.0" minimum="0.0" numberType="java.lang.Double" stepSize="0.1" type="number"/>
</Property>
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[64, 20]"/>
</Property>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="dispersionLabel">
<Component class="javax.swing.JLabel" name="labelDispersion">
<Properties>
<Property name="text" type="java.lang.String" value="Dispersion:"/>
</Properties>