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 86194

Summary: [a11y] Mnemonics handling issue
Product: javaee Reporter: Jaromir Uhrik <juhrik>
Component: HTTP MonitorAssignee: bhate <bhate>
Status: RESOLVED FIXED    
Severity: blocker CC: mbudris
Priority: P3 Keywords: A11Y
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:12:41 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.

D:\build\2006-29-09\monitor\src\org\netbeans\modules\web\monitor\client\DataDisplay.java
D:\build\2006-29-09\monitor\src\org\netbeans\modules\web\monitor\client\EditPanel.java
D:\build\2006-29-09\monitor\src\org\netbeans\modules\web\monitor\client\EditPanelCookies.java
D:\build\2006-29-09\monitor\src\org\netbeans\modules\web\monitor\client\EditPanelHeaders.java
D:\build\2006-29-09\monitor\src\org\netbeans\modules\web\monitor\client\EditPanelQuery.java
D:\build\2006-29-09\monitor\src\org\netbeans\modules\web\monitor\client\ParamEditor.java
D:\build\2006-29-09\monitor\src\org\netbeans\modules\web\monitor\client\RequestDisplay.java
D:\build\2006-29-09\monitor\src\org\netbeans\modules\web\monitor\client\SessionDisplay.java
Comment 1 Sherold Dev 2006-10-02 08:44:10 UTC
tm -> dev
Comment 2 bhate 2008-03-25 20:03:00 UTC
I have updated all the required files.
changeset 75482	4fbcad7e449e.