This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 182143
Collapse All | Expand All

(-)src/org/netbeans/modules/bugzilla/issue/IssuePanel.form (+1 lines)
Lines 1062-1067 Link Here
1062
        <Component class="javax.swing.JTextArea" name="addCommentArea">
1062
        <Component class="javax.swing.JTextArea" name="addCommentArea">
1063
          <Properties>
1063
          <Properties>
1064
            <Property name="lineWrap" type="boolean" value="true"/>
1064
            <Property name="lineWrap" type="boolean" value="true"/>
1065
            <Property name="wrapStyleWord" type="boolean" value="true"/>
1065
          </Properties>
1066
          </Properties>
1066
          <AccessibilityProperties>
1067
          <AccessibilityProperties>
1067
            <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1068
            <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
(-)src/org/netbeans/modules/bugzilla/issue/IssuePanel.java (+1 lines)
Lines 1538-1543 Link Here
1538
        scrollPane1.setVerticalScrollBarPolicy(javax.swing.ScrollPaneConstants.VERTICAL_SCROLLBAR_NEVER);
1538
        scrollPane1.setVerticalScrollBarPolicy(javax.swing.ScrollPaneConstants.VERTICAL_SCROLLBAR_NEVER);
1539
1539
1540
        addCommentArea.setLineWrap(true);
1540
        addCommentArea.setLineWrap(true);
1541
        addCommentArea.setWrapStyleWord(true);
1541
        scrollPane1.setViewportView(addCommentArea);
1542
        scrollPane1.setViewportView(addCommentArea);
1542
        addCommentArea.getAccessibleContext().setAccessibleDescription(org.openide.util.NbBundle.getMessage(IssuePanel.class, "IssuePanel.addCommentArea.AccessibleContext.accessibleDescription")); // NOI18N
1543
        addCommentArea.getAccessibleContext().setAccessibleDescription(org.openide.util.NbBundle.getMessage(IssuePanel.class, "IssuePanel.addCommentArea.AccessibleContext.accessibleDescription")); // NOI18N
1543
1544

Return to bug 182143