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 70807 - I18N - jboss - hardcoded mnemonic key
Summary: I18N - jboss - hardcoded mnemonic key
Status: VERIFIED DUPLICATE of bug 63549
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-12-27 04:49 UTC by Ken Frank
Modified: 2006-01-26 12:26 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 2005-12-27 04:49:37 UTC
in src/org/netbeans/modules/j2ee/jboss4/ide/ui/AddServerLocationVisualPanel.java
is 
jButton1.setMnemonic('b');

but mnemonics should come from bundle file value and in bundle should
be both label of the button and its assigned key, in 2 separate key/value pairs.
Comment 1 Libor Kotouc 2006-01-02 14:43:38 UTC

*** This issue has been marked as a duplicate of 63549 ***
Comment 2 Marek Grummich 2006-01-26 12:26:15 UTC
verified