1368 lines
84 KiB
XML
1368 lines
84 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<Form version="1.6" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
|
|
<AuxValues>
|
|
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
|
|
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
|
|
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
|
|
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
|
|
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
|
|
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
|
|
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
|
|
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
|
|
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
|
|
</AuxValues>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="jPanel2" alignment="1" max="32767" attributes="0"/>
|
|
<Group type="102" attributes="0">
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<Component id="buttonScienta" linkSize="10" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
|
<Component id="buttonData" linkSize="10" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="32767" attributes="0"/>
|
|
<Component id="buttonStart" linkSize="1" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
|
<Component id="buttonAbort" linkSize="1" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<Component id="jLabel3" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Component id="textFile" max="32767" attributes="0"/>
|
|
<EmptySpace type="unrelated" min="-2" max="-2" attributes="0"/>
|
|
<Component id="buttonOpen" linkSize="2" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Component id="buttonSave" linkSize="2" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Component id="buttonAddToQueue" linkSize="1" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Component id="buttonClear" linkSize="2" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="1" attributes="0">
|
|
<EmptySpace min="-2" pref="10" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="buttonOpen" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="buttonSave" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="textFile" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="buttonClear" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="buttonAddToQueue" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
|
<Component id="jPanel2" max="32767" attributes="0"/>
|
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="buttonScienta" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="buttonStart" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="buttonAbort" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="buttonData" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JButton" name="buttonScienta">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Scienta Panel"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonScientaActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="buttonStart">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Start"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonStartActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="buttonAbort">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Abort"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonAbortActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Container class="javax.swing.JPanel" name="jPanel2">
|
|
<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">
|
|
<TitledBorder title="Parameters"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="jTabbedPane1" max="32767" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="jTabbedPane1" max="32767" attributes="0"/>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Container class="javax.swing.JTabbedPane" name="jTabbedPane1">
|
|
<Events>
|
|
<EventHandler event="stateChanged" listener="javax.swing.event.ChangeListener" parameters="javax.swing.event.ChangeEvent" handler="jTabbedPane1StateChanged"/>
|
|
</Events>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Container class="javax.swing.JPanel" name="jPanel4">
|
|
<Constraints>
|
|
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
|
|
<JTabbedPaneConstraints tabName="Analyzer">
|
|
<Property name="tabTitle" type="java.lang.String" value="Analyzer"/>
|
|
</JTabbedPaneConstraints>
|
|
</Constraint>
|
|
</Constraints>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace max="32767" attributes="0"/>
|
|
<Component id="jPanel10" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace type="separate" max="32767" attributes="0"/>
|
|
<Component id="panelEnergy" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace min="-2" pref="12" max="-2" attributes="0"/>
|
|
<Component id="panelX" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="panelY" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace pref="100" max="32767" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace min="-2" pref="20" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="jPanel10" min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" max="-2" attributes="0">
|
|
<Component id="panelEnergy" alignment="0" max="32767" attributes="0"/>
|
|
<Component id="panelY" alignment="0" max="32767" attributes="0"/>
|
|
<Component id="panelX" alignment="1" max="32767" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
<EmptySpace max="32767" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Container class="javax.swing.JPanel" name="panelEnergy">
|
|
<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">
|
|
<TitledBorder title="Energy Range (eV)"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="1" attributes="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="jLabel14" linkSize="7" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel12" linkSize="7" alignment="1" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel13" linkSize="7" alignment="1" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="textLowEnergy" linkSize="5" alignment="0" min="-2" pref="68" max="-2" attributes="0"/>
|
|
<Component id="textCenterEnergy" linkSize="5" alignment="0" min="-2" pref="68" max="-2" attributes="0"/>
|
|
<Component id="textHighEnergy" linkSize="5" alignment="0" min="-2" pref="68" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
<Group type="102" alignment="1" attributes="0">
|
|
<Component id="jLabel15" linkSize="7" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="textStepEnergy" linkSize="5" min="-2" pref="68" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="textLowEnergy" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel12" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="textCenterEnergy" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel13" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="textHighEnergy" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel14" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="textStepEnergy" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel15" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="32767" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JLabel" name="jLabel14">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="High:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="textStepEnergy">
|
|
<Properties>
|
|
<Property name="name" type="java.lang.String" value="scienta.energyStepSize" noResource="true"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel13">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Center:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel12">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Low:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel15">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Step:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="textHighEnergy">
|
|
<Properties>
|
|
<Property name="name" type="java.lang.String" value="scienta.highEnergy" noResource="true"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="textCenterEnergy">
|
|
<Properties>
|
|
<Property name="name" type="java.lang.String" value="scienta.centerEnergy" noResource="true"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="textLowEnergy">
|
|
<Properties>
|
|
<Property name="name" type="java.lang.String" value="scienta.lowEnergy" noResource="true"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JPanel" name="panelY">
|
|
<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">
|
|
<TitledBorder title="ThetaY "/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="1" attributes="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="jLabel17" linkSize="8" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel19" linkSize="8" alignment="1" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel18" linkSize="8" alignment="1" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="textLowThetaY" alignment="0" min="-2" pref="68" max="-2" attributes="0"/>
|
|
<Component id="textCenterThetaY" alignment="0" min="-2" pref="68" max="-2" attributes="0"/>
|
|
<Component id="textHighThetaY" alignment="0" min="-2" pref="68" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
<Group type="102" alignment="1" attributes="0">
|
|
<Component id="jLabel20" linkSize="8" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="textStepThetaY" min="-2" pref="68" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="textLowThetaY" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel19" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="textCenterThetaY" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel18" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="textHighThetaY" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel17" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="textStepThetaY" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel20" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="32767" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JLabel" name="jLabel17">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="High:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="textStepThetaY">
|
|
<Properties>
|
|
<Property name="name" type="java.lang.String" value="scienta.thetaYStepSize" noResource="true"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel18">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Center:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel19">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Low:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel20">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Step:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="textHighThetaY">
|
|
<Properties>
|
|
<Property name="name" type="java.lang.String" value="scienta.highThetaY" noResource="true"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="textCenterThetaY">
|
|
<Properties>
|
|
<Property name="name" type="java.lang.String" value="scienta.centerThetaY" noResource="true"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="textLowThetaY">
|
|
<Properties>
|
|
<Property name="name" type="java.lang.String" value="scienta.lowThetaY" noResource="true"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JPanel" name="panelX">
|
|
<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">
|
|
<TitledBorder title="ThetaX"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="jLabel26" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="textCenterThetaX" min="-2" pref="68" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace min="-2" pref="38" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="textCenterThetaX" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel26" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="32767" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JLabel" name="jLabel26">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Center:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="textCenterThetaX">
|
|
<Properties>
|
|
<Property name="name" type="java.lang.String" value="scienta.centerThetaX" noResource="true"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JPanel" name="jPanel10">
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" max="-2" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="jLabel5" linkSize="6" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel6" linkSize="6" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel11" linkSize="6" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="comboPass" linkSize="4" alignment="0" min="-2" pref="103" max="-2" attributes="0"/>
|
|
<Component id="comboAcquisition" linkSize="4" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
<Component id="comboEnergy" linkSize="4" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<Component id="jLabel7" linkSize="6" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="comboLens" linkSize="4" min="-2" pref="103" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="jLabel11" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="comboPass" alignment="3" min="-2" pref="27" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="jLabel6" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="comboAcquisition" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="comboEnergy" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="jLabel7" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="comboLens" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JLabel" name="jLabel11">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Pass Energy:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel6">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Acquisition:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel5">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Energy Mode:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JComboBox" name="comboPass">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
|
|
<StringArray count="1">
|
|
<StringItem index="0" value=" "/>
|
|
</StringArray>
|
|
</Property>
|
|
<Property name="toolTipText" type="java.lang.String" value=""/>
|
|
<Property name="name" type="java.lang.String" value="scienta.passEnergyDev" noResource="true"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JComboBox" name="comboLens">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
|
|
<StringArray count="1">
|
|
<StringItem index="0" value=" "/>
|
|
</StringArray>
|
|
</Property>
|
|
<Property name="name" type="java.lang.String" value="scienta.lensModeDev" noResource="true"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="comboLensActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel7">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Lens Mode:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JComboBox" name="comboAcquisition">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
|
|
<StringArray count="1">
|
|
<StringItem index="0" value=" "/>
|
|
</StringArray>
|
|
</Property>
|
|
<Property name="name" type="java.lang.String" value="scienta.acquisitionModeDev" noResource="true"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JComboBox" name="comboEnergy">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
|
|
<StringArray count="1">
|
|
<StringItem index="0" value=" "/>
|
|
</StringArray>
|
|
</Property>
|
|
<Property name="name" type="java.lang.String" value="scienta.energyModeDev" noResource="true"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JPanel" name="jPanel5">
|
|
<Constraints>
|
|
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
|
|
<JTabbedPaneConstraints tabName="Detector">
|
|
<Property name="tabTitle" type="java.lang.String" value="Detector"/>
|
|
</JTabbedPaneConstraints>
|
|
</Constraint>
|
|
</Constraints>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<EmptySpace max="32767" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="jLabel16" linkSize="11" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel9" linkSize="11" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<Component id="textXChannelMin" min="-2" pref="68" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="textXChannelMax" min="-2" pref="68" max="-2" attributes="0"/>
|
|
</Group>
|
|
<Component id="comboDetMode" min="-2" pref="103" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
<Group type="102" attributes="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="jLabel10" linkSize="11" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel25" linkSize="11" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="textSlices" min="-2" pref="68" max="-2" attributes="0"/>
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<Component id="textYChannelMin" min="-2" pref="68" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="textYChannelMax" min="-2" pref="68" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</Group>
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<Component id="jLabel27" linkSize="11" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="textChannels" min="-2" pref="68" max="-2" attributes="0"/>
|
|
</Group>
|
|
<Component id="butonPlot" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="32767" attributes="0"/>
|
|
<Component id="detectorPlot" pref="561" max="32767" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace min="-2" pref="21" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="jLabel16" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="comboDetMode" alignment="3" min="-2" pref="27" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="jLabel9" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="textXChannelMin" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="textXChannelMax" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="textChannels" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel27" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="jLabel10" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="textYChannelMin" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="textYChannelMax" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="textSlices" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel25" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace type="separate" max="32767" attributes="0"/>
|
|
<Component id="butonPlot" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<Group type="102" alignment="1" attributes="0">
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Component id="detectorPlot" pref="0" max="32767" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JLabel" name="jLabel16">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Mode:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JComboBox" name="comboDetMode">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
|
|
<StringArray count="1">
|
|
<StringItem index="0" value=" "/>
|
|
</StringArray>
|
|
</Property>
|
|
<Property name="toolTipText" type="java.lang.String" value=""/>
|
|
<Property name="name" type="java.lang.String" value="scienta.detectorModeDev" noResource="true"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel9">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="X Channel Range:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel25">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Slices:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="textSlices">
|
|
<Properties>
|
|
<Property name="name" type="java.lang.String" value="scienta.slices" noResource="true"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="keyReleased" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="roiChanged"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="textChannels">
|
|
<Properties>
|
|
<Property name="name" type="java.lang.String" value="scienta.channels" noResource="true"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="keyReleased" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="roiChanged"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel27">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Channels:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="textXChannelMin">
|
|
<Properties>
|
|
<Property name="name" type="java.lang.String" value="x_channel_min" noResource="true"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="keyReleased" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="roiChanged"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="textXChannelMax">
|
|
<Properties>
|
|
<Property name="name" type="java.lang.String" value="x_channel_max" noResource="true"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="keyReleased" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="roiChanged"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel10">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Y Channel Range:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="textYChannelMin">
|
|
<Properties>
|
|
<Property name="name" type="java.lang.String" value="y_channel_min" noResource="true"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="keyReleased" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="roiChanged"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="textYChannelMax">
|
|
<Properties>
|
|
<Property name="name" type="java.lang.String" value="y_channel_max" noResource="true"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="keyReleased" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="roiChanged"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="ch.psi.pshell.plot.MatrixPlotJFree" name="detectorPlot">
|
|
<Properties>
|
|
<Property name="legendVisible" type="boolean" value="false"/>
|
|
<Property name="title" type="java.lang.String" value=""/>
|
|
</Properties>
|
|
<AuxValues>
|
|
<AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new ch.psi.pshell.plot.MatrixPlotJFree(){
 @Override
 protected void onShow(){
 super.onShow();
 onPlotShow();
 }
 @Override
 protected void onHide(){
 super.onHide();
 onPlotHide();
 } 
 };"/>
|
|
</AuxValues>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="butonPlot">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Plot Image"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="butonPlotActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JPanel" name="jPanel11">
|
|
<Constraints>
|
|
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
|
|
<JTabbedPaneConstraints tabName="Scan">
|
|
<Property name="tabTitle" type="java.lang.String" value="Scan"/>
|
|
</JTabbedPaneConstraints>
|
|
</Constraint>
|
|
</Constraints>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace pref="175" max="32767" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="jLabel22" linkSize="9" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel8" linkSize="9" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel4" linkSize="9" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel1" linkSize="9" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="checkCompression" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
<Component id="spinnerPasses" linkSize="3" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
<Component id="checkZigzag" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
<Component id="spinnerLatency" linkSize="3" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace min="-2" pref="139" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="1" attributes="0">
|
|
<Component id="jLabel21" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel23" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="comboPol" linkSize="13" alignment="0" min="-2" pref="103" max="-2" attributes="0"/>
|
|
<Component id="comboGrating" linkSize="13" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace pref="175" max="32767" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace min="-2" pref="52" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="checkCompression" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel22" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="checkZigzag" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel8" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
<Group type="102" attributes="0">
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="jLabel21" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="comboPol" alignment="3" min="-2" pref="27" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="jLabel23" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="comboGrating" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="spinnerLatency" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="spinnerPasses" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace pref="134" max="32767" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JCheckBox" name="checkZigzag">
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel4">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Settling Time:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JSpinner" name="spinnerLatency">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
|
|
<SpinnerModel initial="0.0" maximum="1000.0" minimum="0.0" numberType="java.lang.Double" stepSize="1.0" type="number"/>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel1">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Passes:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JSpinner" name="spinnerPasses">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
|
|
<SpinnerModel initial="1" maximum="1000" minimum="1" numberType="java.lang.Integer" stepSize="1" type="number"/>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel8">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Zigzag:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel22">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Compression:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JCheckBox" name="checkCompression">
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel21">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Polarization:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JComboBox" name="comboPol">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
|
|
<StringArray count="1">
|
|
<StringItem index="0" value=" "/>
|
|
</StringArray>
|
|
</Property>
|
|
<Property name="toolTipText" type="java.lang.String" value=""/>
|
|
<Property name="name" type="java.lang.String" value="id_mode" noResource="true"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JComboBox" name="comboGrating">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
|
|
<StringArray count="1">
|
|
<StringItem index="0" value=" "/>
|
|
</StringArray>
|
|
</Property>
|
|
<Property name="name" type="java.lang.String" value="grating" noResource="true"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel23">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Grating:"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JPanel" name="jPanel6">
|
|
<Constraints>
|
|
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
|
|
<JTabbedPaneConstraints tabName="Master Axis">
|
|
<Property name="tabTitle" type="java.lang.String" value="Master Axis"/>
|
|
</JTabbedPaneConstraints>
|
|
</Constraint>
|
|
</Constraints>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="jScrollPane8" pref="743" max="32767" attributes="0"/>
|
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
|
<Component id="buttonEditMaster" min="-2" pref="100" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<Component id="buttonEditMaster" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
|
</Group>
|
|
<Component id="jScrollPane8" pref="282" max="32767" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Container class="javax.swing.JScrollPane" name="jScrollPane8">
|
|
<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">
|
|
<TitledBorder/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
<AuxValues>
|
|
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
|
|
</AuxValues>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JTable" name="tableMaster">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
|
|
<Table columnCount="3" rowCount="0">
|
|
<Column editable="false" title="Name" type="java.lang.String"/>
|
|
<Column editable="false" title="Master" type="java.lang.String"/>
|
|
<Column editable="false" title="Slaves" type="java.lang.String"/>
|
|
</Table>
|
|
</Property>
|
|
<Property name="selectionMode" type="int" value="0"/>
|
|
<Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
|
|
<TableHeader reorderingAllowed="false" resizingAllowed="true"/>
|
|
</Property>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="tableMasterMouseClicked"/>
|
|
<EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="tableMasterMousePressed"/>
|
|
<EventHandler event="keyReleased" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="tableMasterKeyReleased"/>
|
|
</Events>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Component class="javax.swing.JButton" name="buttonEditMaster">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Edit"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonEditMasterActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JPanel" name="jPanel1">
|
|
<Constraints>
|
|
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
|
|
<JTabbedPaneConstraints tabName="Positioners">
|
|
<Property name="tabTitle" type="java.lang.String" value="Positioners"/>
|
|
</JTabbedPaneConstraints>
|
|
</Constraint>
|
|
</Constraints>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace min="-2" pref="0" max="-2" attributes="0"/>
|
|
<Component id="jScrollPane1" pref="217" max="32767" attributes="0"/>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Component id="jScrollPane2" pref="262" max="32767" attributes="0"/>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Component id="jScrollPane3" pref="371" max="32767" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace min="-2" pref="14" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="1" attributes="0">
|
|
<Component id="jScrollPane3" pref="201" max="32767" attributes="0"/>
|
|
<Component id="jScrollPane2" alignment="0" pref="0" max="32767" attributes="0"/>
|
|
<Component id="jScrollPane1" alignment="0" pref="0" max="32767" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Container class="javax.swing.JScrollPane" name="jScrollPane1">
|
|
<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">
|
|
<TitledBorder title="Inactive"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
<AuxValues>
|
|
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
|
|
</AuxValues>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JTable" name="tableInactive">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
|
|
<Table columnCount="1" rowCount="0">
|
|
<Column editable="false" title="Name" type="java.lang.String"/>
|
|
</Table>
|
|
</Property>
|
|
<Property name="selectionMode" type="int" value="0"/>
|
|
<Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
|
|
<TableHeader reorderingAllowed="false" resizingAllowed="true"/>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JScrollPane" name="jScrollPane2">
|
|
<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">
|
|
<TitledBorder title="Fixed"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
<AuxValues>
|
|
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
|
|
</AuxValues>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JTable" name="tableFixed">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
|
|
<Table columnCount="3" rowCount="0">
|
|
<Column editable="false" title="Name" type="java.lang.String"/>
|
|
<Column editable="true" title="Value" type="java.lang.Double"/>
|
|
<Column editable="false" title="Units" type="java.lang.String"/>
|
|
</Table>
|
|
</Property>
|
|
<Property name="selectionMode" type="int" value="0"/>
|
|
<Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
|
|
<TableHeader reorderingAllowed="false" resizingAllowed="true"/>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JScrollPane" name="jScrollPane3">
|
|
<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">
|
|
<TitledBorder title="Scanned"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
<AuxValues>
|
|
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
|
|
</AuxValues>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JTable" name="tableScanned">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
|
|
<Table columnCount="5" rowCount="0">
|
|
<Column editable="false" title="Name" type="java.lang.String"/>
|
|
<Column editable="true" title="Start" type="java.lang.Double"/>
|
|
<Column editable="true" title="Stop" type="java.lang.Double"/>
|
|
<Column editable="true" title="Points" type="java.lang.Integer"/>
|
|
<Column editable="false" title="Units" type="java.lang.String"/>
|
|
</Table>
|
|
</Property>
|
|
<Property name="selectionMode" type="int" value="0"/>
|
|
<Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
|
|
<TableHeader reorderingAllowed="false" resizingAllowed="true"/>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JPanel" name="jPanel3">
|
|
<Constraints>
|
|
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
|
|
<JTabbedPaneConstraints tabName="Records">
|
|
<Property name="tabTitle" type="java.lang.String" value="Records"/>
|
|
</JTabbedPaneConstraints>
|
|
</Constraint>
|
|
</Constraints>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace min="-2" pref="0" max="-2" attributes="0"/>
|
|
<Component id="jScrollPane4" pref="211" max="32767" attributes="0"/>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Component id="jScrollPane5" pref="211" max="32767" attributes="0"/>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Component id="jScrollPane6" pref="211" max="32767" attributes="0"/>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Component id="jScrollPane7" pref="211" max="32767" attributes="0"/>
|
|
<EmptySpace min="0" pref="0" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="1" attributes="0">
|
|
<EmptySpace min="-2" pref="14" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="1" attributes="0">
|
|
<Component id="jScrollPane6" alignment="0" pref="201" max="32767" attributes="0"/>
|
|
<Component id="jScrollPane5" alignment="0" max="32767" attributes="0"/>
|
|
<Component id="jScrollPane4" alignment="0" max="32767" attributes="0"/>
|
|
<Component id="jScrollPane7" max="32767" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Container class="javax.swing.JScrollPane" name="jScrollPane4">
|
|
<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">
|
|
<TitledBorder title="Sensors"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
<AuxValues>
|
|
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
|
|
</AuxValues>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JTextArea" name="textSensors">
|
|
<Properties>
|
|
<Property name="columns" type="int" value="12"/>
|
|
<Property name="rows" type="int" value="5"/>
|
|
<Property name="name" type="java.lang.String" value="sensors" noResource="true"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JScrollPane" name="jScrollPane5">
|
|
<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">
|
|
<TitledBorder title="Snapshots"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
<AuxValues>
|
|
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
|
|
</AuxValues>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JTextArea" name="textSnapshots">
|
|
<Properties>
|
|
<Property name="columns" type="int" value="12"/>
|
|
<Property name="rows" type="int" value="5"/>
|
|
<Property name="name" type="java.lang.String" value="snapshots" noResource="true"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JScrollPane" name="jScrollPane6">
|
|
<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">
|
|
<TitledBorder title="Diagnostics"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
<AuxValues>
|
|
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
|
|
</AuxValues>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JTextArea" name="textDiagnostics">
|
|
<Properties>
|
|
<Property name="columns" type="int" value="12"/>
|
|
<Property name="rows" type="int" value="5"/>
|
|
<Property name="name" type="java.lang.String" value="diagnostics" noResource="true"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JScrollPane" name="jScrollPane7">
|
|
<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">
|
|
<TitledBorder title="Monitors"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
<AuxValues>
|
|
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
|
|
</AuxValues>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JTextArea" name="textMonitors">
|
|
<Properties>
|
|
<Property name="columns" type="int" value="12"/>
|
|
<Property name="rows" type="int" value="5"/>
|
|
<Property name="name" type="java.lang.String" value="monitors" noResource="true"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
</SubComponents>
|
|
</Container>
|
|
</SubComponents>
|
|
</Container>
|
|
</SubComponents>
|
|
</Container>
|
|
<Component class="javax.swing.JButton" name="buttonAddToQueue">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Queue"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonAddToQueueActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel3">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="File:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="textFile">
|
|
<Properties>
|
|
<Property name="disabledTextColor" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="0" green="0" id="TextField.foreground" palette="3" red="0" type="palette"/>
|
|
</Property>
|
|
<Property name="enabled" type="boolean" value="false"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="buttonOpen">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Open"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonOpenActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="buttonSave">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Save As"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonSaveActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="buttonClear">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Clear"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonClearActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="buttonData">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Data Panel"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonDataActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
</SubComponents>
|
|
</Form>
|