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 128022

Summary: [A11Y] Missing mnemonics on Add Required Project dialog box
Product: cnd Reporter: dnikitin <dnikitin>
Component: AccessibilityAssignee: issues@cnd <issues>
Status: VERIFIED INVALID    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description dnikitin 2008-02-21 14:39:41 UTC
Steps to duplicate:
1. Open a Makefile project
2. Bring up project properties and click "Required Projects" node
3. Press [...] button on the right.
4. Press Add button to open Add Project dialog box

"Look in" combobox w/o mnemonic 
File Name textfield w/o mnemonic
Files of Type combobox w/o mnemonic
Comment 1 Thomas Preisler 2008-02-22 06:47:12 UTC
It is a (modified) JFileChooser and it does have (or should have) proper mnemonics. No idea why yo don't see them. I do
see them (Windows).

Anyway, CND's project chooser is build on top of NB's project chooser
org.netbeans.modules.spi.project.ui.support.ProjectChooser. Check the project chooser in a Java project and see if it
has the same problem. If it does, please file the bug against NB's project chooser.
Comment 2 dnikitin 2008-03-26 15:59:35 UTC
I had problem with LookAndFeel on my gnome 2.18.1.
After I start NB with --laf javax.swing.plaf.metal.MetalLookAndFeel all mnemonics are visible.