<?xml version="1.0" encoding="UTF-8" ?> <Form version="1.5" maxVersion="1.7" 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="2"/> <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"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="xAxisPanel" max="32767" attributes="2"/> <Component id="yAxisPanel" max="32767" attributes="2"/> </Group> <EmptySpace min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="zAxisPanel" max="32767" attributes="2"/> <Component id="jPanel1" alignment="0" min="0" max="32767" attributes="2"/> </Group> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="1"> <Component id="xAxisPanel" min="-2" max="-2" attributes="1"/> <EmptySpace max="-2" attributes="0"/> <Component id="yAxisPanel" min="-2" max="-2" attributes="1"/> </Group> <Group type="102" alignment="0" attributes="0"> <Component id="jPanel1" min="-2" max="-2" attributes="1"/> <EmptySpace max="-2" attributes="0"/> <Component id="zAxisPanel" min="-2" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JPanel" name="xAxisPanel"> <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="X Axis [?]"/> </Border> </Property> <Property name="toolTipText" type="java.lang.String" value="click title for help"/> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="xAxisRangePanel" alignment="0" max="32767" attributes="2"/> <Group type="102" attributes="0"> <Component id="xLog" min="-2" max="-2" attributes="1"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="showXAxisLabelsCB" min="-2" max="-2" attributes="0"/> <EmptySpace min="0" pref="9" max="32767" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Component id="jLabel1" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="xTitleTextField" max="32767" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="xaxisGTEButton" min="-2" pref="17" 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="0" attributes="0"> <Group type="103" groupAlignment="3" attributes="0"> <Component id="xTitleTextField" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="xaxisGTEButton" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="xAxisRangePanel" min="-2" pref="27" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="xLog" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="showXAxisLabelsCB" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace pref="12" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JCheckBox" name="xLog"> <Properties> <Property name="text" type="java.lang.String" value="Log"/> <Property name="toolTipText" type="java.lang.String" value="X axis logarithmic scale"/> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo"> <EmptyBorder bottom="0" left="0" right="0" top="0"/> </Border> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="xLogActionPerformed"/> </Events> </Component> <Container class="javax.swing.JPanel" name="xAxisRangePanel"> <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/> </Container> <Component class="javax.swing.JTextField" name="xTitleTextField"> <Properties> <Property name="text" type="java.lang.String" value="jTextField1"/> </Properties> <Events> <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="axisMouseAction"/> <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="axisMouseAction"/> </Events> </Component> <Component class="javax.swing.JLabel" name="jLabel1"> <Properties> <Property name="text" type="java.lang.String" value="Label:"/> <Property name="toolTipText" type="java.lang.String" value="X axis title"/> </Properties> </Component> <Component class="javax.swing.JCheckBox" name="showXAxisLabelsCB"> <Properties> <Property name="text" type="java.lang.String" value="Show Labels"/> <Property name="toolTipText" type="java.lang.String" value="Hide the axis labels of the axis, to make a stack of plots more efficient. Run Tools->"Fix Layout" to pack the plots."/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="showXAxisLabelsCBActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="xaxisGTEButton"> <Properties> <Property name="text" type="java.lang.String" value="..."/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="xaxisGTEButtonActionPerformed"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="zAxisPanel"> <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="Colorbar [?]"/> </Border> </Property> <Property name="toolTipText" type="java.lang.String" value="click title for help"/> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="zAxisRangePanel" alignment="0" max="32767" attributes="2"/> <Group type="102" attributes="0"> <Component id="zLog" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="cbVisibleCB" 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="zTitleTextField" max="32767" attributes="2"/> <EmptySpace min="-2" max="-2" attributes="0"/> <Component id="colorbarGTEButton" min="-2" pref="17" 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="0" attributes="0"> <Group type="103" groupAlignment="3" attributes="0"> <Component id="zTitleTextField" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="colorbarGTEButton" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="zAxisRangePanel" min="-2" pref="27" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="zLog" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="cbVisibleCB" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace pref="22" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JCheckBox" name="zLog"> <Properties> <Property name="text" type="java.lang.String" value="Log"/> <Property name="toolTipText" type="java.lang.String" value="colorbar logarithmic scale"/> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo"> <EmptyBorder bottom="0" left="0" right="0" top="0"/> </Border> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="zLogActionPerformed"/> </Events> </Component> <Container class="javax.swing.JPanel" name="zAxisRangePanel"> <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/> </Container> <Component class="javax.swing.JTextField" name="zTitleTextField"> <Properties> <Property name="text" type="java.lang.String" value="jTextField1"/> </Properties> <Events> <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="axisMouseAction"/> <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="axisMouseAction"/> </Events> </Component> <Component class="javax.swing.JCheckBox" name="cbVisibleCB"> <Properties> <Property name="text" type="java.lang.String" value="Visible"/> <Property name="toolTipText" type="java.lang.String" value="hide/show colorbar"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cbVisibleCBActionPerformed"/> </Events> </Component> <Component class="javax.swing.JLabel" name="jLabel3"> <Properties> <Property name="text" type="java.lang.String" value="Label:"/> <Property name="toolTipText" type="java.lang.String" value="Colorbar title"/> </Properties> </Component> <Component class="javax.swing.JButton" name="colorbarGTEButton"> <Properties> <Property name="text" type="java.lang.String" value="..."/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="colorbarGTEButtonActionPerformed"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="yAxisPanel"> <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="Y Axis [?]"/> </Border> </Property> <Property name="toolTipText" type="java.lang.String" value="click title for help"/> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="yAxisRangePanel" alignment="0" max="32767" attributes="0"/> <Component id="yLog" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="isotropicCheckBox" alignment="0" min="-2" max="-2" attributes="0"/> <Group type="102" alignment="0" attributes="0"> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" max="-2" attributes="0"/> <Component id="yTitleTextField" max="32767" attributes="0"/> <EmptySpace min="-2" max="-2" attributes="0"/> <Component id="yaxisGTEButton" min="-2" pref="17" 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="0" attributes="0"> <Group type="103" groupAlignment="3" attributes="0"> <Component id="yTitleTextField" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="yaxisGTEButton" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="yAxisRangePanel" min="-2" pref="27" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="yLog" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="isotropicCheckBox" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JPanel" name="yAxisRangePanel"> <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/> </Container> <Component class="javax.swing.JCheckBox" name="yLog"> <Properties> <Property name="text" type="java.lang.String" value="Log"/> <Property name="toolTipText" type="java.lang.String" value="Y axis logarithmic scale"/> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo"> <EmptyBorder bottom="0" left="0" right="0" top="0"/> </Border> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="yLogActionPerformed"/> </Events> </Component> <Component class="javax.swing.JCheckBox" name="isotropicCheckBox"> <Properties> <Property name="text" type="java.lang.String" value="Isotropic"/> <Property name="toolTipText" type="java.lang.String" value="When Y axis units are convertable to X axis units, automatically set Y axis range to ensure pixel:data ratio is the same."/> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo"> <EmptyBorder bottom="0" left="0" right="0" top="0"/> </Border> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="isotropicCheckBoxActionPerformed"/> </Events> </Component> <Component class="javax.swing.JTextField" name="yTitleTextField"> <Properties> <Property name="text" type="java.lang.String" value="jTextField1"/> </Properties> <Events> <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="axisMouseAction"/> <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="axisMouseAction"/> </Events> </Component> <Component class="javax.swing.JLabel" name="jLabel2"> <Properties> <Property name="text" type="java.lang.String" value="Label:"/> <Property name="toolTipText" type="java.lang.String" value="Y axis title"/> </Properties> </Component> <Component class="javax.swing.JButton" name="yaxisGTEButton"> <Properties> <Property name="text" type="java.lang.String" value="..."/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="yaxisGTEButtonActionPerformed"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanel1"> <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="Plot [?]"/> </Border> </Property> <Property name="toolTipText" type="java.lang.String" value="click title for help"/> </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"> <Component id="timeRangeEditor1" alignment="0" pref="395" max="32767" attributes="0"/> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="titleCB" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="titleTextField" max="32767" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Component id="legendEnableCheckbox" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="legendTextField" max="32767" attributes="0"/> </Group> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Component id="jButton2" min="-2" pref="18" max="-2" attributes="0"/> <Component id="jButton1" pref="0" max="32767" attributes="0"/> </Group> </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"> <Group type="103" groupAlignment="3" attributes="0"> <Component id="titleTextField" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="titleCB" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="legendEnableCheckbox" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="legendTextField" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jButton2" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace type="unrelated" max="-2" attributes="0"/> <Component id="timeRangeEditor1" min="-2" pref="25" max="-2" attributes="0"/> <EmptySpace pref="20" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JTextField" name="titleTextField"> <Properties> <Property name="text" type="java.lang.String" value="title will go here"/> </Properties> <Events> <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="titleMouseAction"/> <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="titleMouseAction"/> </Events> </Component> <Component class="javax.swing.JCheckBox" name="legendEnableCheckbox"> <Properties> <Property name="text" type="java.lang.String" value="Legend Label:"/> <Property name="toolTipText" type="java.lang.String" value="When selected, the label is added to the legend of the plot containing the focus plot element.

"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="legendEnableCheckboxActionPerformed"/> </Events> </Component> <Component class="javax.swing.JTextField" name="legendTextField"> <Properties> <Property name="text" type="java.lang.String" value="label will go here"/> </Properties> <BindingProperties> <BindingProperty name="enabled" source="legendEnableCheckbox" sourcePath="${selected}" target="legendTextField" targetPath="enabled" updateStrategy="0" immediately="false"/> </BindingProperties> <Events> <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="legendTextFieldMousePressed"/> <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="legendTextFieldMouseReleased"/> </Events> </Component> <Component class="javax.swing.JCheckBox" name="titleCB"> <Properties> <Property name="text" type="java.lang.String" value="Title:"/> <Property name="toolTipText" type="java.lang.String" value="Title for the focus plot. When deselected, the plot title is hidden.
"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="titleCBActionPerformed"/> </Events> </Component> <Component class="org.autoplot.datasource.TimeRangeEditor" name="timeRangeEditor1"> </Component> <Component class="javax.swing.JButton" name="jButton1"> <Properties> <Property name="text" type="java.lang.String" value="..."/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButton2"> <Properties> <Property name="text" type="java.lang.String" value="..."/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/> </Events> </Component> </SubComponents> </Container> </SubComponents> </Form>