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 93156

Summary: setMnemonic and setDisplayedMnemonic cleanup
Product: serverplugins Reporter: Vince Kraemer <vkraemer>
Component: Sun Appserver 9Assignee: Nitya Doraisamy <nityad>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: Solaris   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 86321    

Description Vince Kraemer 2007-01-25 00:58:36 UTC
in serverplugins/sun/appserv.

approximate recipe:

change 

swingComp.setText("foo");
swingComp.setMnemonic('f');

to 

org.openide.awt.Mnemonics.setLocalizedText(swingComp,"&foo");

See http://www.netbeans.org/servlets/BrowseList?list=nbdev&by=thread&from=662890
for matisse recipe.
Comment 1 Nitya Doraisamy 2007-03-22 23:30:05 UTC
Need to do a scrub of all relevant UI
Comment 2 Vince Kraemer 2007-08-21 22:47:46 UTC
converting to task, since this is a "dup" of 86321
Comment 3 Vince Kraemer 2007-12-07 16:18:41 UTC
please close this issue if you forgot to earlier.  If this issue is still open,
please change the target milestone to reflect the current commitment.
Comment 4 Vince Kraemer 2008-04-25 22:26:07 UTC
ping?
Comment 5 Nitya Doraisamy 2008-08-21 21:12:01 UTC
Finally completed scrub of resource wizards