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 - Trying to modify existing Java Visula interface using IDE4 and IDE5.5
Summary: Trying to modify existing Java Visula interface using IDE4 and IDE5.5
Status: RESOLVED DUPLICATE of bug 70944
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-13 06:19 UTC by samirbahyeldin
Modified: 2007-05-21 17:52 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 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 ***