<?xml version="1.0" encoding="UTF-8" ?> <Form version="1.5" 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"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="0" pref="12" max="32767" attributes="0"/> <Component id="jLabel1" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="329" max="-2" attributes="0"/> </Group> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jLabel2" alignment="0" pref="0" max="32767" attributes="0"/> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="moveLegendsToOutsideNECheckBox" min="-2" max="-2" attributes="0"/> <Group type="102" alignment="0" attributes="0"> <Component id="verticalSpacingCheckBox" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="verticalSpacingComboBox" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Component id="hideTimeAxesCheckBox" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="hideYAxesCheckBox" min="-2" max="-2" attributes="0"/> </Group> <Component id="hideTitlesCheckBox" alignment="0" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="0" pref="0" max="32767" attributes="0"/> </Group> </Group> </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="jLabel2" min="-2" pref="69" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="verticalSpacingCheckBox" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="verticalSpacingComboBox" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="hideTitlesCheckBox" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="hideTimeAxesCheckBox" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="hideYAxesCheckBox" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="moveLegendsToOutsideNECheckBox" min="-2" max="-2" attributes="0"/> <EmptySpace min="0" pref="101" 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="Fix Layout"/> </Properties> </Component> <Component class="javax.swing.JCheckBox" name="verticalSpacingCheckBox"> <Properties> <Property name="text" type="java.lang.String" value="Spacing between plots:"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="verticalSpacingCheckBoxActionPerformed"/> </Events> </Component> <Component class="javax.swing.JComboBox" name="verticalSpacingComboBox"> <Properties> <Property name="editable" type="boolean" value="true"/> <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> <StringArray count="10"> <StringItem index="0" value="0.0em"/> <StringItem index="1" value="0.5em"/> <StringItem index="2" value="1.0em"/> <StringItem index="3" value="1.5em"/> <StringItem index="4" value="2.0em"/> <StringItem index="5" value="2.5em"/> <StringItem index="6" value="3.0em"/> <StringItem index="7" value="3.5em"/> <StringItem index="8" value="4.0em"/> <StringItem index="9" value=" "/> </StringArray> </Property> <Property name="selectedIndex" type="int" value="1"/> <Property name="toolTipText" type="java.lang.String" value=""/> </Properties> <BindingProperties> <BindingProperty name="enabled" source="verticalSpacingCheckBox" sourcePath="${selected}" target="verticalSpacingComboBox" targetPath="enabled" updateStrategy="0" immediately="false"/> </BindingProperties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="verticalSpacingComboBoxActionPerformed"/> </Events> <AuxValues> <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> </AuxValues> </Component> <Component class="javax.swing.JCheckBox" name="moveLegendsToOutsideNECheckBox"> <Properties> <Property name="text" type="java.lang.String" value="Move legends to outside NE"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="moveLegendsToOutsideNECheckBoxActionPerformed"/> </Events> </Component> <Component class="javax.swing.JCheckBox" name="hideTimeAxesCheckBox"> <Properties> <Property name="text" type="java.lang.String" value="Hide time (X) axes"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="hideTimeAxesCheckBoxActionPerformed"/> </Events> </Component> <Component class="javax.swing.JCheckBox" name="hideTitlesCheckBox"> <Properties> <Property name="text" type="java.lang.String" value="Hide Titles"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="hideTitlesCheckBoxActionPerformed"/> </Events> </Component> <Component class="javax.swing.JLabel" name="jLabel2"> <Properties> <Property name="text" type="java.lang.String" value="<html>Fix Layout will try to recover empty spots and overlaps to make the layout easier to read. You can also turn off titles and axis labels to recover more room."/> <Property name="verticalAlignment" type="int" value="1"/> </Properties> </Component> <Component class="javax.swing.JCheckBox" name="hideYAxesCheckBox"> <Properties> <Property name="text" type="java.lang.String" value="Hide Y axes"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="hideYAxesCheckBoxActionPerformed"/> </Events> </Component> </SubComponents> </Form>