1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Form version="1.3" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
  3. <Properties>
  4. <Property name="defaultCloseOperation" type="int" value="3"/>
  5. </Properties>
  6. <SyntheticProperties>
  7. <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
  8. </SyntheticProperties>
  9. <AuxValues>
  10. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  11. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  12. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  13. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  14. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  15. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  16. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  17. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  18. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  19. </AuxValues>
  20. <Layout>
  21. <DimensionLayout dim="0">
  22. <Group type="103" groupAlignment="0" attributes="0">
  23. <Component id="mainPanel" alignment="0" max="32767" attributes="0"/>
  24. </Group>
  25. </DimensionLayout>
  26. <DimensionLayout dim="1">
  27. <Group type="103" groupAlignment="0" attributes="0">
  28. <Component id="mainPanel" alignment="0" max="32767" attributes="0"/>
  29. </Group>
  30. </DimensionLayout>
  31. </Layout>
  32. <SubComponents>
  33. <Container class="javax.swing.JPanel" name="mainPanel">
  34. <Layout>
  35. <DimensionLayout dim="0">
  36. <Group type="103" groupAlignment="0" attributes="0">
  37. <Component id="scrollPane" pref="759" max="32767" attributes="0"/>
  38. <Component id="pauseToggle" alignment="0" max="32767" attributes="0"/>
  39. </Group>
  40. </DimensionLayout>
  41. <DimensionLayout dim="1">
  42. <Group type="103" groupAlignment="0" attributes="0">
  43. <Group type="102" alignment="0" attributes="0">
  44. <Component id="scrollPane" max="32767" attributes="0"/>
  45. <EmptySpace max="-2" attributes="0"/>
  46. <Component id="pauseToggle" min="-2" max="-2" attributes="0"/>
  47. </Group>
  48. </Group>
  49. </DimensionLayout>
  50. </Layout>
  51. <SubComponents>
  52. <Container class="javax.swing.JScrollPane" name="scrollPane">
  53. <AuxValues>
  54. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  55. </AuxValues>
  56. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  57. <SubComponents>
  58. <Component class="javax.swing.JTree" name="nodeTree">
  59. <AuxValues>
  60. <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new javax.swing.JTree(model)"/>
  61. </AuxValues>
  62. </Component>
  63. </SubComponents>
  64. </Container>
  65. <Component class="javax.swing.JToggleButton" name="pauseToggle">
  66. <Properties>
  67. <Property name="text" type="java.lang.String" value="Pause"/>
  68. </Properties>
  69. <Events>
  70. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="pauseToggleActionPerformed"/>
  71. </Events>
  72. </Component>
  73. </SubComponents>
  74. </Container>
  75. </SubComponents>
  76. </Form>