|
272 | 272 | <Group type="103" groupAlignment="0" attributes="0"> |
273 | 273 | <Component id="descriptionLabel" min="-2" max="-2" attributes="0"/> |
274 | 274 | <Component id="titleLabel" alignment="0" min="-2" max="-2" attributes="0"/> |
| 275 | + <Group type="102" alignment="0" attributes="0"> |
| 276 | + <Component id="insertTemplateButton" min="-2" max="-2" attributes="0"/> |
| 277 | + <EmptySpace max="-2" attributes="0"/> |
| 278 | + <Component id="manageTemplatesButton" min="-2" max="-2" attributes="0"/> |
| 279 | + </Group> |
275 | 280 | </Group> |
276 | | - <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> |
| 281 | + <EmptySpace type="separate" max="-2" attributes="0"/> |
277 | 282 | <Group type="103" groupAlignment="0" attributes="0"> |
278 | 283 | <Component id="descriptionTabbedPanel" max="32767" attributes="0"/> |
279 | 284 | <Component id="titleTextField" max="32767" attributes="0"/> |
|
340 | 345 | </Group> |
341 | 346 | <Group type="102" attributes="0"> |
342 | 347 | <Component id="descriptionLabel" min="-2" max="-2" attributes="0"/> |
343 | | - <EmptySpace min="-2" pref="271" max="-2" attributes="0"/> |
| 348 | + <EmptySpace max="-2" attributes="0"/> |
| 349 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 350 | + <Component id="insertTemplateButton" min="-2" max="-2" attributes="0"/> |
| 351 | + <Component id="manageTemplatesButton" min="-2" max="-2" attributes="0"/> |
| 352 | + </Group> |
| 353 | + <EmptySpace min="-2" pref="237" max="-2" attributes="0"/> |
344 | 354 | </Group> |
345 | 355 | <Component id="descriptionTabbedPanel" min="-2" max="-2" attributes="0"/> |
346 | 356 | </Group> |
|
492 | 502 | </Property> |
493 | 503 | </Properties> |
494 | 504 | </Component> |
| 505 | + <Component class="javax.swing.JButton" name="insertTemplateButton"> |
| 506 | + <Properties> |
| 507 | + <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> |
| 508 | + <Image iconType="2" name="/home/junichi11/NetBeansProjects/netbeans-github-issues/src/main/resources/com/junichi11/netbeans/modules/github/issues/resources/template_16.png"/> |
| 509 | + </Property> |
| 510 | + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| 511 | + <ResourceString bundle="com/junichi11/netbeans/modules/github/issues/issue/ui/Bundle.properties" key="GitHubIssuePanel.insertTemplateButton.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 512 | + </Property> |
| 513 | + <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| 514 | + <ResourceString bundle="com/junichi11/netbeans/modules/github/issues/issue/ui/Bundle.properties" key="GitHubIssuePanel.insertTemplateButton.toolTipText" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 515 | + </Property> |
| 516 | + </Properties> |
| 517 | + <Events> |
| 518 | + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="insertTemplateButtonActionPerformed"/> |
| 519 | + </Events> |
| 520 | + </Component> |
| 521 | + <Component class="javax.swing.JButton" name="manageTemplatesButton"> |
| 522 | + <Properties> |
| 523 | + <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> |
| 524 | + <Image iconType="2" name="/home/junichi11/NetBeansProjects/netbeans-github-issues/src/main/resources/com/junichi11/netbeans/modules/github/issues/resources/template_settings_16.png"/> |
| 525 | + </Property> |
| 526 | + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| 527 | + <ResourceString bundle="com/junichi11/netbeans/modules/github/issues/issue/ui/Bundle.properties" key="GitHubIssuePanel.manageTemplatesButton.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 528 | + </Property> |
| 529 | + <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| 530 | + <ResourceString bundle="com/junichi11/netbeans/modules/github/issues/issue/ui/Bundle.properties" key="GitHubIssuePanel.manageTemplatesButton.toolTipText" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 531 | + </Property> |
| 532 | + </Properties> |
| 533 | + <Events> |
| 534 | + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="manageTemplatesButtonActionPerformed"/> |
| 535 | + </Events> |
| 536 | + </Component> |
495 | 537 | </SubComponents> |
496 | 538 | </Container> |
497 | 539 | </SubComponents> |
|
0 commit comments