|
| 1 | +<?xml version="1.0" encoding="UTF-8" ?> |
| 2 | + |
| 3 | +<Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> |
| 4 | + <AuxValues> |
| 5 | + <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/> |
| 6 | + <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> |
| 7 | + <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> |
| 8 | + <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/> |
| 9 | + <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/> |
| 10 | + <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> |
| 11 | + <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> |
| 12 | + <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> |
| 13 | + <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="0"/> |
| 14 | + </AuxValues> |
| 15 | + |
| 16 | + <Layout> |
| 17 | + <DimensionLayout dim="0"> |
| 18 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 19 | + <Group type="102" attributes="0"> |
| 20 | + <EmptySpace min="-2" max="-2" attributes="0"/> |
| 21 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 22 | + <Component id="projectNameLabel" alignment="0" min="-2" max="-2" attributes="0"/> |
| 23 | + <Component id="projectLocationLabel" alignment="0" min="-2" max="-2" attributes="0"/> |
| 24 | + <Component id="createdFolderLabel" alignment="0" min="-2" max="-2" attributes="0"/> |
| 25 | + </Group> |
| 26 | + <EmptySpace min="-2" max="-2" attributes="0"/> |
| 27 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 28 | + <Component id="projectNameTextField" alignment="1" pref="191" max="32767" attributes="0"/> |
| 29 | + <Component id="projectLocationTextField" alignment="1" pref="191" max="32767" attributes="0"/> |
| 30 | + <Component id="createdFolderTextField" alignment="1" pref="191" max="32767" attributes="0"/> |
| 31 | + </Group> |
| 32 | + <EmptySpace min="-2" max="-2" attributes="0"/> |
| 33 | + <Component id="browseButton" min="-2" max="-2" attributes="0"/> |
| 34 | + <EmptySpace min="-2" max="-2" attributes="0"/> |
| 35 | + </Group> |
| 36 | + </Group> |
| 37 | + </DimensionLayout> |
| 38 | + <DimensionLayout dim="1"> |
| 39 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 40 | + <Group type="102" attributes="0"> |
| 41 | + <EmptySpace max="-2" attributes="0"/> |
| 42 | + <Group type="103" groupAlignment="3" attributes="0"> |
| 43 | + <Component id="projectNameLabel" alignment="3" min="-2" max="-2" attributes="0"/> |
| 44 | + <Component id="projectNameTextField" alignment="3" min="-2" max="-2" attributes="0"/> |
| 45 | + </Group> |
| 46 | + <EmptySpace max="-2" attributes="0"/> |
| 47 | + <Group type="103" groupAlignment="3" attributes="0"> |
| 48 | + <Component id="projectLocationLabel" alignment="3" min="-2" max="-2" attributes="0"/> |
| 49 | + <Component id="projectLocationTextField" alignment="3" min="-2" max="-2" attributes="0"/> |
| 50 | + <Component id="browseButton" alignment="3" min="-2" max="-2" attributes="0"/> |
| 51 | + </Group> |
| 52 | + <EmptySpace max="-2" attributes="0"/> |
| 53 | + <Group type="103" groupAlignment="3" attributes="0"> |
| 54 | + <Component id="createdFolderLabel" alignment="3" min="-2" max="-2" attributes="0"/> |
| 55 | + <Component id="createdFolderTextField" alignment="3" min="-2" max="-2" attributes="0"/> |
| 56 | + </Group> |
| 57 | + <EmptySpace pref="213" max="32767" attributes="0"/> |
| 58 | + </Group> |
| 59 | + </Group> |
| 60 | + </DimensionLayout> |
| 61 | + </Layout> |
| 62 | + <SubComponents> |
| 63 | + <Component class="javax.swing.JLabel" name="projectNameLabel"> |
| 64 | + <Properties> |
| 65 | + <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor"> |
| 66 | + <ComponentRef name="projectNameTextField"/> |
| 67 | + </Property> |
| 68 | + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| 69 | + <ResourceString bundle="com/jme3/gde/examples/rollingthemonkey/Bundle.properties" key="RollingTheMonkeyPanelVisual.projectNameLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 70 | + </Property> |
| 71 | + </Properties> |
| 72 | + <AuxValues> |
| 73 | + <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/> |
| 74 | + </AuxValues> |
| 75 | + </Component> |
| 76 | + <Component class="javax.swing.JTextField" name="projectNameTextField"> |
| 77 | + </Component> |
| 78 | + <Component class="javax.swing.JLabel" name="projectLocationLabel"> |
| 79 | + <Properties> |
| 80 | + <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor"> |
| 81 | + <ComponentRef name="projectLocationTextField"/> |
| 82 | + </Property> |
| 83 | + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| 84 | + <ResourceString bundle="com/jme3/gde/examples/rollingthemonkey/Bundle.properties" key="RollingTheMonkeyPanelVisual.projectLocationLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 85 | + </Property> |
| 86 | + </Properties> |
| 87 | + <AuxValues> |
| 88 | + <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/> |
| 89 | + </AuxValues> |
| 90 | + </Component> |
| 91 | + <Component class="javax.swing.JTextField" name="projectLocationTextField"> |
| 92 | + </Component> |
| 93 | + <Component class="javax.swing.JButton" name="browseButton"> |
| 94 | + <Properties> |
| 95 | + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| 96 | + <ResourceString bundle="com/jme3/gde/examples/rollingthemonkey/Bundle.properties" key="RollingTheMonkeyPanelVisual.browseButton.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 97 | + </Property> |
| 98 | + <Property name="actionCommand" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| 99 | + <ResourceString bundle="com/jme3/gde/examples/rollingthemonkey/Bundle.properties" key="RollingTheMonkeyPanelVisual.browseButton.actionCommand" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 100 | + </Property> |
| 101 | + </Properties> |
| 102 | + <Events> |
| 103 | + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="browseButtonActionPerformed"/> |
| 104 | + </Events> |
| 105 | + </Component> |
| 106 | + <Component class="javax.swing.JLabel" name="createdFolderLabel"> |
| 107 | + <Properties> |
| 108 | + <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor"> |
| 109 | + <ComponentRef name="createdFolderTextField"/> |
| 110 | + </Property> |
| 111 | + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| 112 | + <ResourceString bundle="com/jme3/gde/examples/rollingthemonkey/Bundle.properties" key="RollingTheMonkeyPanelVisual.createdFolderLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 113 | + </Property> |
| 114 | + </Properties> |
| 115 | + </Component> |
| 116 | + <Component class="javax.swing.JTextField" name="createdFolderTextField"> |
| 117 | + <Properties> |
| 118 | + <Property name="editable" type="boolean" value="false"/> |
| 119 | + </Properties> |
| 120 | + </Component> |
| 121 | + </SubComponents> |
| 122 | +</Form> |
0 commit comments