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 - setMnemonic and setDisplayedMnemonic cleanup
Summary: setMnemonic and setDisplayedMnemonic cleanup
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks: 86321
  Show dependency tree
 
Reported: 2007-01-25 00:58 UTC by Vince Kraemer
Modified: 2008-08-21 21:12 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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