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 230696
Collapse All | Expand All

(-)options.keymap/src/org/netbeans/modules/options/keymap/Bundle.properties (-1 / +1 lines)
Lines 200-204 Link Here
200
Import.failed.title=Import Keymap Profile
200
Import.failed.title=Import Keymap Profile
201
KeymapPanel.waitLabel.text=Please wait while actions are collected
201
KeymapPanel.waitLabel.text=Please wait while actions are collected
202
KeymapPanel.actionProgress.string=Please wait while actions load
202
KeymapPanel.actionProgress.string=Please wait while actions load
203
KeymapPanel.btnPrintAsHTML.text=Show as HTML
203
KeymapPanel.btnPrintAsHTML.text=Show &as HTML
204
KeymapPanel.btnPrintAsHTML.toolTipText=Generate a printable HTML-file for the current keymap-profile and open it in the HTML-Browser.
204
KeymapPanel.btnPrintAsHTML.toolTipText=Generate a printable HTML-file for the current keymap-profile and open it in the HTML-Browser.
(-)options.keymap/src/org/netbeans/modules/options/keymap/KeymapPanel.form (-1 / +1 lines)
Lines 64-70 Link Here
64
              <EmptySpace max="-2" attributes="0"/>
64
              <EmptySpace max="-2" attributes="0"/>
65
              <Group type="103" groupAlignment="0" attributes="0">
65
              <Group type="103" groupAlignment="0" attributes="0">
66
                  <Component id="manageButton" alignment="1" min="-2" max="-2" attributes="0"/>
66
                  <Component id="manageButton" alignment="1" min="-2" max="-2" attributes="0"/>
67
                  <Component id="jSeparator1" alignment="0" min="-2" pref="25" max="-2" attributes="0"/>
67
                  <Component id="jSeparator1" alignment="0" min="-2" pref="23" max="-2" attributes="0"/>
68
                  <Group type="103" groupAlignment="3" attributes="0">
68
                  <Group type="103" groupAlignment="3" attributes="0">
69
                      <Component id="lProfile" alignment="3" min="-2" max="-2" attributes="0"/>
69
                      <Component id="lProfile" alignment="3" min="-2" max="-2" attributes="0"/>
70
                      <Component id="cbProfile" alignment="3" min="-2" max="-2" attributes="0"/>
70
                      <Component id="cbProfile" alignment="3" min="-2" max="-2" attributes="0"/>
(-)options.keymap/src/org/netbeans/modules/options/keymap/KeymapPanel.java (-1 / +1 lines)
Lines 614-620 Link Here
614
                .addContainerGap()
614
                .addContainerGap()
615
                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
615
                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
616
                    .addComponent(manageButton, javax.swing.GroupLayout.Alignment.TRAILING)
616
                    .addComponent(manageButton, javax.swing.GroupLayout.Alignment.TRAILING)
617
                    .addComponent(jSeparator1, javax.swing.GroupLayout.PREFERRED_SIZE, 25, javax.swing.GroupLayout.PREFERRED_SIZE)
617
                    .addComponent(jSeparator1, javax.swing.GroupLayout.PREFERRED_SIZE, 23, javax.swing.GroupLayout.PREFERRED_SIZE)
618
                    .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
618
                    .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
619
                        .addComponent(lProfile)
619
                        .addComponent(lProfile)
620
                        .addComponent(cbProfile, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
620
                        .addComponent(cbProfile, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)

Return to bug 230696