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

Summary: I18N - jboss - hardcoded mnemonic key
Product: serverplugins Reporter: Ken Frank <kfrank>
Component: JBossAssignee: Libor Kotouc <lkotouc>
Status: VERIFIED DUPLICATE    
Severity: blocker CC: jf4jbug, mgrummich
Priority: P3 Keywords: I18N
Version: 5.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

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