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 86202 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-09-29 16:32 UTC by Jaromir Uhrik
Modified: 2007-08-06 14:47 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 Jaromir Uhrik 2006-09-29 16:32:48 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.

tomcatint\tomcat5\src\org\netbeans\modules\tomcat5\customizer\Customizer.java
tomcatint\tomcat5\src\org\netbeans\modules\tomcat5\customizer\CustomizerGeneral.java
tomcatint\tomcat5\src\org\netbeans\modules\tomcat5\customizer\CustomizerJVM.java
tomcatint\tomcat5\src\org\netbeans\modules\tomcat5\customizer\CustomizerStartup.java
Comment 1 Sherold Dev 2006-10-02 08:44:31 UTC
tm -> dev
Comment 2 Petr Hejl 2007-08-06 14:47:04 UTC
setMnemonic and setDisplayedMnemonic is not used anymore.

Checking in tomcat5/src/org/netbeans/modules/tomcat5/customizer/Bundle.properties;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/customizer/Bundle.properties,v  <--  Bundle.properties
new revision: 1.10; previous revision: 1.9
done
Checking in tomcat5/src/org/netbeans/modules/tomcat5/customizer/CustomizerJVM.form;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/customizer/CustomizerJVM.form,v  <--  CustomizerJVM.form
new revision: 1.6; previous revision: 1.5
done
Checking in tomcat5/src/org/netbeans/modules/tomcat5/customizer/CustomizerJVM.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/customizer/CustomizerJVM.java,v  <--  CustomizerJVM.java
new revision: 1.8; previous revision: 1.7
done
Checking in tomcat5/src/org/netbeans/modules/tomcat5/customizer/CustomizerStartup.form;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/customizer/CustomizerStartup.form,v  <--  CustomizerStartup.form
new revision: 1.6; previous revision: 1.5
done
Checking in tomcat5/src/org/netbeans/modules/tomcat5/customizer/CustomizerStartup.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/customizer/CustomizerStartup.java,v  <--  CustomizerStartup.java
new revision: 1.8; previous revision: 1.7
done
Checking in tomcat5/src/org/netbeans/modules/tomcat5/customizer/CustomizerSupport.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/customizer/CustomizerSupport.java,v  <--  CustomizerSupport.java
new revision: 1.4; previous revision: 1.3
done