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 81376 - Enableing generation Mnemonics from IDE
Summary: Enableing generation Mnemonics from IDE
Status: RESOLVED DUPLICATE of bug 70944
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-28 21:21 UTC by didoblu
Modified: 2006-07-31 13:01 UTC (History)
1 user (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 didoblu 2006-07-28 21:21:06 UTC
When is enabled the option "Generate Mnemonics Code" the NetBeans used the package 
org.openide.awt but this package isn't in the instalation.
Comment 1 Petr Nejedly 2006-07-29 22:43:06 UTC
The Mnemonics class is part of the org.openide.awt module.
Form module should provide it as a separate library (limilarly to swinglayout)
when the user enables "Mnemonics code generation" for a form outside of
apisupport-project.
 
Comment 2 Tomas Pavek 2006-07-31 08:36:04 UTC

*** This issue has been marked as a duplicate of 70944 ***
Comment 3 didoblu 2006-07-31 12:16:28 UTC
I beleive that Form module should provide the Mnemonics class but it isn't.
Would should have a libary with Mnemonics class for add in my project, shouldn't?
Comment 4 Tomas Pavek 2006-07-31 13:01:50 UTC
Yes, that's what issue 70944 is about.
Originally, the use of Mnemonics class was intended only for forms designed for 
NetBeans platform. The class is not available in a suitable separate library 
now.