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

Summary: Enableing generation Mnemonics from IDE
Product: guibuilder Reporter: didoblu <didoblu>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: pnejedly
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.