<?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"> <Component id="jTabbedPane1" alignment="0" max="32767" attributes="0"/> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jTabbedPane1" alignment="0" max="32767" attributes="0"/> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JTabbedPane" name="jTabbedPane1"> <Properties> <Property name="selectedIndex" type="int" value="1"/> </Properties> <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="jPanel1"> <Constraints> <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> <JTabbedPaneConstraints tabName="Calendar"> <Property name="tabTitle" type="java.lang.String" value="Calendar"/> </JTabbedPaneConstraints> </Constraint> </Constraints> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jLabel3" alignment="0" max="32767" attributes="0"/> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jLabel7" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="jLabel6" alignment="0" min="-2" max="-2" attributes="0"/> <Group type="102" attributes="0"> <EmptySpace min="12" pref="12" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="timeRangeTextField" alignment="0" max="32767" attributes="0"/> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jLabel8" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="jLabel9" alignment="0" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="stopTextField" linkSize="1" min="-2" pref="371" max="-2" attributes="0"/> <Component id="startTextField" linkSize="1" min="-2" pref="390" max="-2" attributes="0"/> </Group> </Group> <Group type="102" attributes="0"> <Component id="prevIntervalButton" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="zoomOutButton" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="nextIntervalButton" min="-2" max="-2" attributes="0"/> </Group> </Group> <EmptySpace min="0" pref="0" max="32767" attributes="0"/> <Component id="jButton1" min="-2" max="-2" attributes="0"/> </Group> </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"> <Component id="jLabel3" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel7" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="timeRangeTextField" min="-2" max="-2" attributes="0"/> <EmptySpace type="unrelated" max="-2" attributes="0"/> <Component id="jLabel6" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel8" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="startTextField" 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="jLabel9" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="stopTextField" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="nextIntervalButton" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="prevIntervalButton" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="zoomOutButton" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace pref="159" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabel3"> <Properties> <Property name="text" type="java.lang.String" value="Select Time By Calendar Dates"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel7"> <Properties> <Property name="text" type="java.lang.String" value="Enter Time Range:"/> <Property name="toolTipText" type="java.lang.String" value="This time range is interpretted a flexible parser that understands many time formats"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="timeRangeTextField"> <Properties> <Property name="text" type="java.lang.String" value="jTextField1"/> </Properties> <Events> <EventHandler event="focusGained" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="timeRangeTextFieldFocusGained"/> <EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="timeRangeTextFieldFocusLost"/> </Events> </Component> <Component class="javax.swing.JLabel" name="jLabel6"> <Properties> <Property name="text" type="java.lang.String" value="Or Enter Separate Times (ISO8601):"/> <Property name="toolTipText" type="java.lang.String" value="Enter the start and stop times separately, using ISO8601 standard time representation."/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel8"> <Properties> <Property name="text" type="java.lang.String" value="Begin:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel9"> <Properties> <Property name="text" type="java.lang.String" value="End:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="startTextField"> <Properties> <Property name="text" type="java.lang.String" value="jTextField2"/> </Properties> <Events> <EventHandler event="focusGained" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="startTextFieldFocusGained"/> </Events> </Component> <Component class="javax.swing.JTextField" name="stopTextField"> <Properties> <Property name="text" type="java.lang.String" value="jTextField3"/> </Properties> <Events> <EventHandler event="focusGained" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="stopTextFieldFocusGained"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButton1"> <Properties> <Property name="text" type="java.lang.String" value="Copy"/> </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="nextIntervalButton"> <Properties> <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> <Image iconType="3" name="/resources/nextNext.png"/> </Property> <Property name="text" type="java.lang.String" value="Next Interval"/> <Property name="toolTipText" type="java.lang.String" value="Scan to the next interval"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="nextIntervalButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="prevIntervalButton"> <Properties> <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> <Image iconType="3" name="/resources/prevPrev.png"/> </Property> <Property name="text" type="java.lang.String" value="Previous Interval"/> <Property name="toolTipText" type="java.lang.String" value="Scan to the previous interval"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="prevIntervalButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="zoomOutButton"> <Properties> <Property name="text" type="java.lang.String" value="Zoom Out"/> <Property name="toolTipText" type="java.lang.String" value="Zoom out, making the span three times as wide with the same center"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="zoomOutButtonActionPerformed"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanel2"> <Constraints> <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> <JTabbedPaneConstraints tabName="Orbits"> <Property name="tabTitle" type="java.lang.String" value="Orbits"/> </JTabbedPaneConstraints> </Constraint> </Constraints> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jLabel2" alignment="0" max="32767" attributes="0"/> <Group type="102" alignment="1" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="feedbackLabel" max="32767" attributes="0"/> <Group type="102" alignment="1" attributes="0"> <Component id="jLabel4" min="-2" pref="107" max="-2" attributes="0"/> <EmptySpace type="separate" min="-2" max="-2" attributes="0"/> <Component id="scComboBox" max="32767" attributes="0"/> </Group> <Component id="jLabel10" alignment="0" pref="507" max="32767" attributes="0"/> <Group type="102" alignment="0" attributes="0"> <Component id="jLabel5" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jScrollPane1" max="32767" attributes="0"/> <Group type="102" attributes="0"> <Component id="orbitFeedbackLabel" max="32767" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="orbitNumberTF" min="-2" pref="96" max="-2" attributes="0"/> </Group> </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"> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="3" max="-2" attributes="0"/> <Component id="jLabel10" min="-2" max="-2" attributes="0"/> <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="scComboBox" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="3" max="-2" attributes="0"/> <Component id="feedbackLabel" min="-2" max="-2" attributes="0"/> <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="orbitFeedbackLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="orbitNumberTF" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="jScrollPane1" pref="248" max="32767" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabel2"> <Properties> <Property name="text" type="java.lang.String" value="Time Ranges by Orbit"/> </Properties> </Component> <Component class="javax.swing.JComboBox" name="scComboBox"> <Properties> <Property name="editable" type="boolean" value="true"/> <Property name="toolTipText" type="java.lang.String" value="Id of the orbits file or URL to orbits file"/> </Properties> <Events> <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="scComboBoxItemStateChanged"/> </Events> </Component> <Component class="javax.swing.JLabel" name="jLabel4"> <Properties> <Property name="text" type="java.lang.String" value="Spacecraft:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel5"> <Properties> <Property name="text" type="java.lang.String" value="Orbit:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="orbitFeedbackLabel"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> <FontInfo relative="true"> <Font component="orbitFeedbackLabel" property="font" relativeSize="true" size="-2"/> </FontInfo> </Property> <Property name="text" type="java.lang.String" value="Shows selected timerange for orbit"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel10"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> <FontInfo relative="true"> <Font component="jLabel10" property="font" relativeSize="true" size="-4"/> </FontInfo> </Property> <Property name="text" type="java.lang.String" value="Select from predefined orbits, or spacecraft may be a URL to any three-column text file."/> </Properties> </Component> <Container class="javax.swing.JScrollPane" name="jScrollPane1"> <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.JList" name="orbitList"> <Properties> <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor"> <StringArray count="1"> <StringItem index="0" value="Loading orbits..."/> </StringArray> </Property> </Properties> <Events> <EventHandler event="valueChanged" listener="javax.swing.event.ListSelectionListener" parameters="javax.swing.event.ListSelectionEvent" handler="orbitListValueChanged"/> </Events> </Component> </SubComponents> </Container> <Component class="javax.swing.JLabel" name="feedbackLabel"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> <FontInfo relative="true"> <Font component="feedbackLabel" property="font" relativeSize="true" size="-2"/> </FontInfo> </Property> <Property name="text" type="java.lang.String" value="jLabel11"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="orbitNumberTF"> <Properties> <Property name="toolTipText" type="java.lang.String" value="Enter orbit id and press Enter key"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="orbitNumberTFActionPerformed"/> </Events> </Component> </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="NRT"> <Property name="tabTitle" type="java.lang.String" value="NRT"/> </JTabbedPaneConstraints> </Constraint> </Constraints> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jLabel1" alignment="0" max="32767" attributes="0"/> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="12" pref="12" max="12" attributes="0"/> <Component id="nrtComboBox" max="32767" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jPanel5" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="interpretationLabel" max="32767" 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"> <Component id="jLabel1" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="nrtComboBox" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="interpretationLabel" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="9" max="-2" attributes="0"/> <Component id="jPanel5" min="-2" max="-2" attributes="0"/> <EmptySpace pref="201" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabel1"> <Properties> <Property name="text" type="java.lang.String" value="Near Real Time timeranges"/> </Properties> </Component> <Component class="javax.swing.JComboBox" name="nrtComboBox"> <Properties> <Property name="editable" type="boolean" value="true"/> <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> <StringArray count="11"> <StringItem index="0" value="PT2H"/> <StringItem index="1" value="P1D"/> <StringItem index="2" value="P5D"/> <StringItem index="3" value="P30D"/> <StringItem index="4" value="now/now+P1D"/> <StringItem index="5" value="now/now+P5D"/> <StringItem index="6" value="now/now+P30D"/> <StringItem index="7" value="P1D/lastday"/> <StringItem index="8" value="lastday/P1D"/> <StringItem index="9" value="P2M/lastmonth"/> <StringItem index="10" value="lastyear/P1Y"/> </StringArray> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="nrtComboBoxActionPerformed"/> </Events> </Component> <Container class="javax.swing.JPanel" name="jPanel5"> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <EmptySpace min="0" pref="528" max="32767" attributes="0"/> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <EmptySpace min="0" pref="89" max="32767" attributes="0"/> </Group> </DimensionLayout> </Layout> </Container> <Component class="javax.swing.JLabel" name="interpretationLabel"> <Properties> <Property name="text" type="java.lang.String" value="---------"/> </Properties> </Component> </SubComponents> </Container> <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="Recent Times"> <Property name="tabTitle" type="java.lang.String" value="Recent Times"/> </JTabbedPaneConstraints> </Constraint> </Constraints> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="recentTimesListSP" alignment="0" pref="519" max="32767" attributes="0"/> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="recentTimesListSP" alignment="0" pref="362" max="32767" attributes="0"/> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JScrollPane" name="recentTimesListSP"> <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> <SubComponents> <Component class="javax.swing.JList" name="recentTimesList"> <Properties> <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor"> <StringArray count="5"> <StringItem index="0" value="Item 1"/> <StringItem index="1" value="Item 2"/> <StringItem index="2" value="Item 3"/> <StringItem index="3" value="Item 4"/> <StringItem index="4" value="Item 5"/> </StringArray> </Property> </Properties> <Events> <EventHandler event="valueChanged" listener="javax.swing.event.ListSelectionListener" parameters="javax.swing.event.ListSelectionEvent" handler="recentTimesListValueChanged"/> </Events> </Component> </SubComponents> </Container> </SubComponents> </Container> </SubComponents> </Container> </SubComponents> </Form>