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 68664 - package org.openide.awt does not exist
Summary: package org.openide.awt does not exist
Status: RESOLVED INVALID
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-14 15:56 UTC by hazgod
Modified: 2006-01-04 16:11 UTC (History)
0 users

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 hazgod 2005-11-14 15:56:09 UTC
this error is given: package org.openide.awt does not exist

Sometimes the form builder generates the mnemonics code even though I have
"generate mnemonics code" unchecked in the options.

Right click on the label, do properties, go to the code tab and uncheck the
"generate mnemonics code" and it works.

however it should set this as unchecked if the option is turned off in netbeans.

just thought i'd post this because lots of people seemed to be asking about it
on the web!
Comment 1 Peter Pis 2005-12-29 19:24:06 UTC
Reassigning to "form" for evaluation.
Comment 2 Jan Stola 2006-01-04 16:11:22 UTC
The Generate Mnemonics Code options are slightly complicated. See
http://www.netbeans.org/kb/faqs/gui-editor.html#FaqGenerateMnemonicsCode
for explanation.

> just thought i'd post this because lots of people seemed to be asking about it

Yes, we realized that users were prompted too often to turn this support on
and therefore it was easy to switch it on by accident. This should be fixed
already.