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 42474 - nmemonics and internationalization
Summary: nmemonics and internationalization
Status: RESOLVED INVALID
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2004-04-26 16:22 UTC by swebb99
Modified: 2004-04-28 10:18 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 swebb99 2004-04-26 16:22:33 UTC
There doesn't seem to be a way of tying up the
nmemonic on a label with its text, so that when
the label text is changed for another language the
nmemonic can also be changed without editing the
code and recompilation. If there is a way of doing
this I'd be greatful for some assistance.

Thanks

Steve
Comment 1 Tomas Pavek 2004-04-28 10:18:57 UTC
You can set the displayedMnemonic property of JLabel using the
Internationalized Mnemonic property editor (click on the ... button of
the property and choose the property editor from the combo box). This
way you can use a separate property from the bundle file for the
mnemonic which can be internationalized the same way as the label text.