|
21 | 21 |
|
22 | 22 | --> |
23 | 23 |
|
24 | | -<Form version="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> |
| 24 | +<Form version="1.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> |
| 25 | + <AuxValues> |
| 26 | + <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> |
| 27 | + <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> |
| 28 | + <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> |
| 29 | + <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> |
| 30 | + <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> |
| 31 | + <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> |
| 32 | + <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> |
| 33 | + <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> |
| 34 | + <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/> |
| 35 | + </AuxValues> |
25 | 36 |
|
26 | 37 | <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/> |
27 | 38 | <SubComponents> |
28 | 39 | <Component class="javax.swing.JLabel" name="projectNameLabel"> |
29 | 40 | <Properties> |
30 | 41 | <Property name="displayedMnemonic" type="int" editor="org.netbeans.modules.i18n.form.FormI18nMnemonicEditor"> |
31 | | - <ResourceString bundle="org/netbeans/modules/web/project/ui/wizards/Bundle.properties" key="LBL_NWP1_ProjectName_LabelMnemonic" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 42 | + <ResourceString bundle="org/netbeans/modules/java/examples/Bundle.properties" key="LBL_NWP1_ProjectName_LabelMnemonic" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
32 | 43 | </Property> |
33 | 44 | <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor"> |
34 | 45 | <ComponentRef name="projectNameTextField"/> |
35 | 46 | </Property> |
36 | 47 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
37 | | - <ResourceString bundle="org/netbeans/modules/web/project/ui/wizards/Bundle.properties" key="LBL_NWP1_ProjectName_Label" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 48 | + <ResourceString bundle="org/netbeans/modules/java/examples/Bundle.properties" key="LBL_NWP1_ProjectName_Label" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
38 | 49 | </Property> |
39 | 50 | </Properties> |
40 | 51 | <Constraints> |
|
46 | 57 | <Component class="javax.swing.JTextField" name="projectNameTextField"> |
47 | 58 | <AccessibilityProperties> |
48 | 59 | <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
49 | | - <ResourceString bundle="org/netbeans/modules/web/project/ui/wizards/Bundle.properties" key="ACS_LBL_NWP1_ProjectName_A11YDesc" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 60 | + <ResourceString bundle="org/netbeans/modules/java/examples/Bundle.properties" key="ACS_LBL_NWP1_ProjectName_A11YDesc" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
50 | 61 | </Property> |
51 | 62 | </AccessibilityProperties> |
52 | 63 | <AuxValues> |
|
61 | 72 | <Component class="javax.swing.JLabel" name="projectLocationLabel"> |
62 | 73 | <Properties> |
63 | 74 | <Property name="displayedMnemonic" type="int" editor="org.netbeans.modules.i18n.form.FormI18nMnemonicEditor"> |
64 | | - <ResourceString bundle="org/netbeans/modules/web/project/ui/wizards/Bundle.properties" key="LBL_NWP1_ProjectLocation_LabelMnemonic" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 75 | + <ResourceString bundle="org/netbeans/modules/java/examples/Bundle.properties" key="LBL_NWP1_ProjectLocation_LabelMnemonic" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
65 | 76 | </Property> |
66 | 77 | <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor"> |
67 | 78 | <ComponentRef name="projectLocationTextField"/> |
68 | 79 | </Property> |
69 | 80 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
70 | | - <ResourceString bundle="org/netbeans/modules/web/project/ui/wizards/Bundle.properties" key="LBL_NWP1_ProjectLocation_Label" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 81 | + <ResourceString bundle="org/netbeans/modules/java/examples/Bundle.properties" key="LBL_NWP1_ProjectLocation_Label" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
71 | 82 | </Property> |
72 | 83 | </Properties> |
73 | 84 | <Constraints> |
|
79 | 90 | <Component class="javax.swing.JTextField" name="projectLocationTextField"> |
80 | 91 | <AccessibilityProperties> |
81 | 92 | <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
82 | | - <ResourceString bundle="org/netbeans/modules/web/project/ui/wizards/Bundle.properties" key="ACS_LBL_NPW1_ProjectLocation_A11YDesc" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 93 | + <ResourceString bundle="org/netbeans/modules/java/examples/Bundle.properties" key="ACS_LBL_NPW1_ProjectLocation_A11YDesc" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
83 | 94 | </Property> |
84 | 95 | </AccessibilityProperties> |
85 | 96 | <Constraints> |
|
91 | 102 | <Component class="javax.swing.JButton" name="Button"> |
92 | 103 | <Properties> |
93 | 104 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
94 | | - <ResourceString bundle="org/netbeans/modules/web/project/ui/wizards/Bundle.properties" key="LBL_NWP1_BrowseLocation_Button" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 105 | + <ResourceString bundle="org/netbeans/modules/java/examples/Bundle.properties" key="LBL_NWP1_BrowseLocation_Button" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
95 | 106 | </Property> |
96 | 107 | <Property name="actionCommand" type="java.lang.String" value="BROWSE"/> |
97 | 108 | </Properties> |
98 | 109 | <AccessibilityProperties> |
99 | 110 | <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
100 | | - <ResourceString bundle="org/netbeans/modules/web/project/ui/wizards/Bundle.properties" key="ACS_LBL_NWP1_BrowseLocation_A11YDesc" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 111 | + <ResourceString bundle="org/netbeans/modules/java/examples/Bundle.properties" key="ACS_LBL_NWP1_BrowseLocation_A11YDesc" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
101 | 112 | </Property> |
102 | 113 | </AccessibilityProperties> |
103 | 114 | <Events> |
|
112 | 123 | <Component class="javax.swing.JLabel" name="createdFolderLabel"> |
113 | 124 | <Properties> |
114 | 125 | <Property name="displayedMnemonic" type="int" editor="org.netbeans.modules.i18n.form.FormI18nMnemonicEditor"> |
115 | | - <ResourceString bundle="org/netbeans/modules/web/project/ui/wizards/Bundle.properties" key="LBL_NWP1_CreatedProjectFolder_LablelMnemonic" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 126 | + <ResourceString bundle="org/netbeans/modules/java/examples/Bundle.properties" key="LBL_NWP1_CreatedProjectFolder_LablelMnemonic" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
116 | 127 | </Property> |
117 | 128 | <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor"> |
118 | 129 | <ComponentRef name="createdFolderTextField"/> |
119 | 130 | </Property> |
120 | 131 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
121 | | - <ResourceString bundle="org/netbeans/modules/web/project/ui/wizards/Bundle.properties" key="LBL_NWP1_CreatedProjectFolder_Lablel" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 132 | + <ResourceString bundle="org/netbeans/modules/java/examples/Bundle.properties" key="LBL_NWP1_CreatedProjectFolder_Lablel" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
122 | 133 | </Property> |
123 | 134 | </Properties> |
124 | 135 | <Constraints> |
|
133 | 144 | </Properties> |
134 | 145 | <AccessibilityProperties> |
135 | 146 | <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
136 | | - <ResourceString bundle="org/netbeans/modules/web/project/ui/wizards/Bundle.properties" key="ACS_LBL_NWP1_CreatedProjectFolder_A11YDesc" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 147 | + <ResourceString bundle="org/netbeans/modules/java/examples/Bundle.properties" key="ACS_LBL_NWP1_CreatedProjectFolder_A11YDesc" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
137 | 148 | </Property> |
138 | 149 | </AccessibilityProperties> |
139 | 150 | <Constraints> |
|
0 commit comments