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 10704 - Cannot add menubar to JInternalFrame on JFrame form.
Summary: Cannot add menubar to JInternalFrame on JFrame form.
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-27 00:15 UTC by Christian Beshara
Modified: 2003-06-30 18:32 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Beshara 2001-03-27 00:15:35 UTC
Create new JFrame through wizard and edit in GUI editor. 
Accept all defaults in component inspector. 
Add JMenuBar to frame. 
Add toolbar just underneath menubar. 
Add JDesktopPane to center of JFrame.
Add JInternalFrame to JDesktopPane.
Add JMenuBar to top of JInternalFrame. 
Second JMenubar does not appear in internal frame. It IS listed under non-
visual components of overall JFrame. Shouldn't it be listed under 
JInternalFrame node? Is the only answer to create a JInternalFrame in wizard 
separately, then add to JFrame?
Comment 1 Tomas Pavek 2001-03-27 09:39:30 UTC
This is how it works now - menus are treated as non-visual components which are 
managed only for the main form. Designing "forms in forms" is not supposed.
However, the menu handling is planned to be rewritten, so this could be fixed 
in some next version.
Comment 2 Marian Mirilovic 2001-05-29 18:54:56 UTC
reopen
Comment 3 Tomas Pavek 2001-07-09 17:33:53 UTC
Due to implemented meta components reorganization the menus are now 
tied to the frames directly, so this issue is fixed.
Comment 4 Marian Mirilovic 2001-07-10 09:36:01 UTC
verified in [nb_dev](20010710)
Comment 5 Quality Engineering 2003-06-30 18:32:31 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.