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 103860

Summary: Trying to modify existing Java Visula interface using IDE4 and IDE5.5
Product: guibuilder Reporter: samirbahyeldin <samirbahyeldin>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description samirbahyeldin 2007-05-13 06:19:28 UTC
Trying to modify existing Java Visual user  interface that compiled , run and 
tested ok using IDE4 and IDE5.5:
Using Exiting Palette Swing Components  by adding JButtons or JRadioButtons to 
the exiting Intercae Frame , in the source tab it genarates a new code with  a 
new package that is not existing , The name of the Package is
 " org.openeid.awt" , which generat a compilation errors becuse it could  not 
imported.

Please could you help me how to get that package that will enable me to modify 
an working existing user Interface.Thanks
Comment 1 Jiri Prox 2007-05-14 10:38:38 UTC
Can you attach the corrupted files (both .java and .form)? 
Comment 2 Jiri Prox 2007-05-16 09:01:01 UTC
Result from mail discussion with reporter:
The cause is that the checkbox "Generate Mnemonics Code" in Code tab of
properties is checked.

Is there a way to have this option disabled for common J2SE project?
Comment 3 Tomas Pavek 2007-05-21 17:52:10 UTC
This option is off by default. If you turned it on accidentally, you can turn it
back off. Each component has "Generate Mnemonics..." property in the code tab.
Note there is also a global option in Tools | Options -> Advanced -> GUI
Builder. There are some improvements planned so people don't turn it on
accidentally.

*** This issue has been marked as a duplicate of 70944 ***