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 86182

Summary: [a11y] Mnemonics handling issue
Product: serverplugins Reporter: Jaromir Uhrik <juhrik>
Component: InfrastructureAssignee: Petr Hejl <phejl>
Status: VERIFIED FIXED    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 86438    

Description Jaromir Uhrik 2006-09-29 15:26:02 UTC
In the file
j2eeserver\src\org\netbeans\modules\j2ee\deployment\impl\ui\wizard\ServerChooserVisual.java
there is used calling of method setMnemonic() or setDisplayedMnemonic(). Class
org.openide.awt.Mnemonics should be used instead - see issue #67807.
Comment 1 Sherold Dev 2006-10-02 08:43:34 UTC
tm -> dev
Comment 2 Petr Hejl 2007-08-03 14:29:03 UTC
Fixed - org.openide.awt.Mnemonics is now used.

Checking in src/org/netbeans/modules/j2ee/deployment/impl/ui/wizard/Bundle.properties;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/wizard/Bundle.properties,v  <--  Bundle.properties
new revision: 1.7; previous revision: 1.6
done
Checking in src/org/netbeans/modules/j2ee/deployment/impl/ui/wizard/ServerChooserVisual.form;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/wizard/ServerChooserVisual.form,v  <-- 
ServerChooserVisual.form
new revision: 1.5; previous revision: 1.4
done
Checking in src/org/netbeans/modules/j2ee/deployment/impl/ui/wizard/ServerChooserVisual.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/wizard/ServerChooserVisual.java,v  <-- 
ServerChooserVisual.java
new revision: 1.11; previous revision: 1.10
done
Comment 3 Jaromir Uhrik 2007-10-02 13:27:28 UTC
Verified.