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 86171 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: VERIFIED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: BlueJ (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-09-29 15:05 UTC by Jaromir Uhrik
Modified: 2007-10-02 13:23 UTC (History)
0 users

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 15:05:16 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.

ide\bluej-suite\bluej-upgrade\src\org\netbeans\bluej\license\AcceptLicense.java
ide\launcher\upgrade\src\org\netbeans\license\AcceptLicense.java
Comment 1 Milos Kleint 2007-02-26 09:29:46 UTC
wontfix. these occurences are fine.
the launcher has copied code from openide.awt because that one is not accessible
when running the code.
Comment 2 Jaromir Uhrik 2007-10-02 13:23:20 UTC
I agree => Verified.