|
4 | 4 | <AuxValues> |
5 | 5 | <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/> |
6 | 6 | <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> |
| 7 | + <AuxValue name="FormSettings_formBundle" type="java.lang.String" value="org/gephi/plugins/neo4j/Bundle"/> |
7 | 8 | <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> |
8 | 9 | <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/> |
9 | 10 | <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/> |
|
17 | 18 | <Component class="javax.swing.JLabel" name="dbUrlLabel"> |
18 | 19 | <Properties> |
19 | 20 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
20 | | - <ResourceString bundle="org/gephi/plugins/neo4j/importer/wizard/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.dbUrlLabel.text_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 21 | + <ResourceString bundle="org/gephi/plugins/neo4j/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.dbUrlLabel.text_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
21 | 22 | </Property> |
22 | 23 | <Property name="name" type="java.lang.String" value="dbUrlLabel" noResource="true"/> |
23 | 24 | <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> |
|
34 | 35 | <Component class="javax.swing.JTextField" name="dbUrl"> |
35 | 36 | <Properties> |
36 | 37 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
37 | | - <ResourceString bundle="org/gephi/plugins/neo4j/importer/wizard/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.dbUrl.text_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 38 | + <ResourceString bundle="org/gephi/plugins/neo4j/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.dbUrl.text_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
38 | 39 | </Property> |
39 | 40 | <Property name="name" type="java.lang.String" value="dbUrl" noResource="true"/> |
40 | 41 | <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> |
|
50 | 51 | <Component class="javax.swing.JLabel" name="dbUsernameLabel"> |
51 | 52 | <Properties> |
52 | 53 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
53 | | - <ResourceString bundle="org/gephi/plugins/neo4j/importer/wizard/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.dbUsernameLabel.text_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 54 | + <ResourceString bundle="org/gephi/plugins/neo4j/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.dbUsernameLabel.text_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
54 | 55 | </Property> |
55 | 56 | </Properties> |
56 | 57 | <Constraints> |
|
62 | 63 | <Component class="javax.swing.JTextField" name="dbUsername"> |
63 | 64 | <Properties> |
64 | 65 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
65 | | - <ResourceString bundle="org/gephi/plugins/neo4j/importer/wizard/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.dbUsername.text_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 66 | + <ResourceString bundle="org/gephi/plugins/neo4j/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.dbUsername.text_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
66 | 67 | </Property> |
67 | 68 | <Property name="name" type="java.lang.String" value="dbUsername" noResource="true"/> |
68 | 69 | <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> |
|
78 | 79 | <Component class="javax.swing.JLabel" name="dbPasswordLabel"> |
79 | 80 | <Properties> |
80 | 81 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
81 | | - <ResourceString bundle="org/gephi/plugins/neo4j/importer/wizard/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.dbPasswordLabel.text_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 82 | + <ResourceString bundle="org/gephi/plugins/neo4j/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.dbPasswordLabel.text_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
82 | 83 | </Property> |
83 | 84 | </Properties> |
84 | 85 | <Constraints> |
|
89 | 90 | </Component> |
90 | 91 | <Component class="javax.swing.JPasswordField" name="dbPassword"> |
91 | 92 | <Properties> |
92 | | - <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
93 | | - <ResourceString bundle="org/gephi/plugins/neo4j/importer/wizard/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.dbPassword.text_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
94 | | - </Property> |
95 | 93 | <Property name="name" type="java.lang.String" value="dbPassword" noResource="true"/> |
96 | 94 | </Properties> |
97 | 95 | <Constraints> |
|
103 | 101 | <Component class="javax.swing.JButton" name="checkBtn"> |
104 | 102 | <Properties> |
105 | 103 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
106 | | - <ResourceString bundle="org/gephi/plugins/neo4j/importer/wizard/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.checkBtn.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 104 | + <ResourceString bundle="org/gephi/plugins/neo4j/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.checkBtn.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
107 | 105 | </Property> |
108 | 106 | </Properties> |
109 | 107 | <Events> |
|
118 | 116 | <Component class="javax.swing.JLabel" name="dbNameLabel"> |
119 | 117 | <Properties> |
120 | 118 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
121 | | - <ResourceString bundle="org/gephi/plugins/neo4j/importer/wizard/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.dbNameLabel.text_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 119 | + <ResourceString bundle="org/gephi/plugins/neo4j/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.dbNameLabel.text_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
122 | 120 | </Property> |
123 | 121 | </Properties> |
124 | 122 | <Constraints> |
|
129 | 127 | </Component> |
130 | 128 | <Component class="javax.swing.JTextField" name="dbName"> |
131 | 129 | <Properties> |
132 | | - <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
133 | | - <ResourceString bundle="org/gephi/plugins/neo4j/importer/wizard/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.dbName.text_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
134 | | - </Property> |
135 | 130 | <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
136 | | - <ResourceString bundle="org/gephi/plugins/neo4j/importer/wizard/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.dbName.toolTipText" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 131 | + <ResourceString bundle="org/gephi/plugins/neo4j/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.dbName.toolTipText" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
137 | 132 | </Property> |
138 | 133 | </Properties> |
139 | 134 | <Constraints> |
|
145 | 140 | <Component class="javax.swing.JLabel" name="dbAuthTypeLabel"> |
146 | 141 | <Properties> |
147 | 142 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
148 | | - <ResourceString bundle="org/gephi/plugins/neo4j/importer/wizard/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.dbAuthTypeLabel.text_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 143 | + <ResourceString bundle="org/gephi/plugins/neo4j/Bundle.properties" key="Neo4jDatabaseImporterConnectionPanel.dbAuthTypeLabel.text_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
149 | 144 | </Property> |
150 | 145 | </Properties> |
151 | 146 | <Constraints> |
|
0 commit comments