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 71971 - I18N - some hard coded mnemonics might be used
Summary: I18N - some hard coded mnemonics might be used
Status: CLOSED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-28 20:56 UTC by Ken Frank
Modified: 2007-09-26 09:14 UTC (History)
2 users (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 Ken Frank 2006-01-28 20:56:12 UTC
Scanning source code of java module in nb cvs for mnemonic keys set specifically
in code
vs using the bundle files or the '&' way - if these are not used in current
code, please close issue.

        fileMenu.setMnemonic('f');
        openMenuItem.setMnemonic('o');
        exitMenuItem.setMnemonic('x');
        findButton.setMnemonic('f');
        closeButton.setMnemonic('c');
        fileMenu.setMnemonic('f');
        newMenuItem.setMnemonic('n');
        openMenuItem.setMnemonic('o');
        saveMenuItem.setMnemonic('s');
        saveAsMenuItem.setMnemonic('a');
        exitMenuItem.setMnemonic('x');
        editMenu.setMnemonic('e');
        findMenuItem.setMnemonic('f');
        helpMenu.setMnemonic('h');
        aboutMenuItem.setMnemonic('a');
Comment 1 Ken Frank 2006-01-28 21:07:00 UTC
closing this - these were from unit tests, not product code.

ken.frank@sun.com

Comment 2 Ken Frank 2006-01-28 21:13:59 UTC
not an issue so am closing