<?xml version="1.0" encoding="UTF-8" ?> <Form version="1.5" maxVersion="1.6" 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="1"/> </AuxValues> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jPanel1" alignment="0" max="32767" attributes="0"/> <Component id="jScrollPane1" alignment="0" pref="854" max="32767" attributes="0"/> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="jPanel1" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jScrollPane1" pref="393" max="32767" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <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.JTable" name="jTable1"> <Properties> <Property name="autoResizeMode" type="int" value="0"/> </Properties> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanel1"> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="31" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Component id="jLabel3" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="columnsComboBox" min="-2" pref="190" max="-2" attributes="2"/> <EmptySpace max="-2" attributes="0"/> <Component id="jToggleButton2" min="-2" max="-2" attributes="1"/> <EmptySpace min="-2" pref="36" max="-2" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="tableComboBox" min="-2" pref="158" max="-2" attributes="0"/> </Group> <Group type="102" attributes="0"> <Component id="jLabel5" min="-2" pref="568" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel1" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" max="-2" attributes="0"/> <Component id="firstRowTextField" pref="96" max="32767" attributes="0"/> <EmptySpace min="-2" max="-2" attributes="0"/> <Component id="jToggleButton1" min="-2" 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"> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="columnsComboBox" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jToggleButton2" alignment="3" min="-2" pref="27" max="-2" attributes="0"/> <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="tableComboBox" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jToggleButton1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="firstRowTextField" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/> </Group> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabel3"> <Properties> <Property name="text" type="java.lang.String" value="Column:"/> <Property name="toolTipText" type="java.lang.String" value="Select the column to plot"/> </Properties> </Component> <Component class="javax.swing.JComboBox" name="columnsComboBox"> <Properties> <Property name="editable" type="boolean" value="true"/> <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> <StringArray count="4"> <StringItem index="0" value="Item 1"/> <StringItem index="1" value="Item 2"/> <StringItem index="2" value="Item 3"/> <StringItem index="3" value="Item 4"/> </StringArray> </Property> </Properties> <Events> <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="columnsComboBoxItemStateChanged"/> <EventHandler event="focusGained" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="columnsComboBoxFocusGained"/> </Events> </Component> <Component class="javax.swing.JToggleButton" name="jToggleButton2"> <Properties> <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> <Connection code="createToolAction( "column", Tool.COLUMN )" type="code"/> </Property> <Property name="text" type="java.lang.String" value="Select"/> <Property name="toolTipText" type="java.lang.String" value="Select the column to plot by pushing this button and then clicking on a column of the table.
"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel2"> <Properties> <Property name="text" type="java.lang.String" value="Table:"/> <Property name="toolTipText" type="java.lang.String" value="Select the table within the html to use. Note tables are often used for layout on web pages, so 
there will probably be more tables than expected.
"/> </Properties> </Component> <Component class="javax.swing.JComboBox" name="tableComboBox"> <Properties> <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> <StringArray count="4"> <StringItem index="0" value="Item 1"/> <StringItem index="1" value="Item 2"/> <StringItem index="2" value="Item 3"/> <StringItem index="3" value="Item 4"/> </StringArray> </Property> </Properties> <Events> <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="tableComboBoxItemStateChanged"/> </Events> </Component> <Component class="javax.swing.JLabel" name="jLabel1"> <Properties> <Property name="text" type="java.lang.String" value="First Row:"/> <Property name="enabled" type="boolean" value="false"/> </Properties> </Component> <Component class="javax.swing.JFormattedTextField" name="firstRowTextField"> <Properties> <Property name="text" type="java.lang.String" value="jFormattedTextField1"/> <Property name="enabled" type="boolean" value="false"/> </Properties> </Component> <Component class="javax.swing.JToggleButton" name="jToggleButton1"> <Properties> <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> <Connection code="createToolAction("firstRow", Tool.FIRSTROW)" type="code"/> </Property> <Property name="text" type="java.lang.String" value="Select"/> <Property name="toolTipText" type="java.lang.String" value="Select the first row to start the data by clicking on this button then a row of the table.
"/> <Property name="enabled" type="boolean" value="false"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel5"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> <FontInfo relative="true"> <Font component="jLabel5" property="font" relativeSize="true" size="-2"/> </FontInfo> </Property> <Property name="text" type="java.lang.String" value="Note the HTML parser has never been able to parse an independent param. See File->Add Plot."/> </Properties> </Component> </SubComponents> </Container> </SubComponents> </Form>