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 12973 - Add support for non-int mnemonics
Summary: Add support for non-int mnemonics
Status: CLOSED DUPLICATE of bug 12903
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-18 16:38 UTC by dfields
Modified: 2003-06-30 18:31 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dfields 2001-06-18 16:38:45 UTC
Currently (to the best of my knowledge) you have to add an int value in the "mnemonic" field for keyboard accelerators for buttons and menu items, etc.

It does not accept 'F' or something, only a number.

It would be very useful if this could be enhanced, despite the fact that the "mnemonic" is an int property as far as its bean pattern goes.

Currently, it is not very useful this way; all the code ends up being:

initComponents();
something.setMnemonic('F');

in the constructor.
Comment 1 Marian Mirilovic 2001-06-18 17:12:25 UTC
Now, it's impossible set mnemonic as 'F', but after fix issue 12903, this
setting will accepted.

*** This issue has been marked as a duplicate of 12903 ***
Comment 2 Quality Engineering 2003-06-30 18:20:57 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 3 Quality Engineering 2003-06-30 18:31:12 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.