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.

Bug 109983 - [A11Y] mnemonic conflict in New EJB Module with Existing Sources dialog
Summary: [A11Y] mnemonic conflict in New EJB Module with Existing Sources dialog
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-17 11:52 UTC by Radim Roska
Modified: 2007-08-08 10:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Radim Roska 2007-07-17 11:52:30 UTC
Components with potential mnemonics conflict:
 - components with mnemonic 'D' :
   Class: javax.swing.JButton {  Add Server |  Add Server } 
   Class: javax.swing.JLabel {  Project Folder: |  Project Location }
Comment 1 Andrei Badea 2007-07-26 17:58:04 UTC
Same problem in the New Web Project wizard, fixed there as well.

Checking in j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/Bundle.properties;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/Bundle.properties,v  <--  Bundle.properties
new revision: 1.35; previous revision: 1.34
done
Checking in web/project/src/org/netbeans/modules/web/project/ui/wizards/Bundle.properties;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/wizards/Bundle.properties,v  <--  Bundle.properties
new revision: 1.75; previous revision: 1.74
done
Checking in web/project/src/org/netbeans/modules/web/project/ui/wizards/ImportLocationVisual.form;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/wizards/ImportLocationVisual.form,v  <--  ImportLocationVisual.form
new revision: 1.17; previous revision: 1.16
done
Checking in web/project/src/org/netbeans/modules/web/project/ui/wizards/ImportLocationVisual.java;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/wizards/ImportLocationVisual.java,v  <--  ImportLocationVisual.java
new revision: 1.54; previous revision: 1.53
done
Comment 2 Radim Roska 2007-08-08 10:46:03 UTC
VERIFIED