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 86206

Summary: [a11y] Mnemonics handling issue
Product: webservices Reporter: Jaromir Uhrik <juhrik>
Component: CodeAssignee: bhate <bhate>
Status: RESOLVED 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 16:42:53 UTC
In the files listed below there is used calling of method setMnemonic() or
setDisplayedMnemonic(). Class org.openide.awt.Mnemonics should be used instead -
see issue #67807.

websvc\core\src\org\netbeans\modules\websvc\core\project\CustomizerWsCompile.java
websvc\core\src\org\netbeans\modules\websvc\core\project\CustomizerWsCompileClient.java
websvc\core\src\org\netbeans\modules\websvc\core\webservices\ui\DeleteWsDialog.java
websvc\core\src\org\netbeans\modules\websvc\wsdl\wizard\WsdlUIPanel.java
websvc\dev\src\org\netbeans\modules\websvc\dev\wizard\WebServiceWizardDescriptor.java
Comment 1 bhate 2007-09-25 18:32:04 UTC
we will use org.openide.awt.Mnemonics using the form editor.
Comment 2 bhate 2007-10-04 00:54:51 UTC
most of the modules fixed.
only customization and dev modules are left.
I dont think we use them anymore.
marking this issue as fixed.