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 4030 - Cannot give a name to the LayoutManager
Summary: Cannot give a name to the LayoutManager
Status: RESOLVED DUPLICATE of bug 16974
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 enhancement (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-27 22:28 UTC by Jon Koplin
Modified: 2005-05-16 18:35 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 Jon Koplin 1999-09-27 22:28:45 UTC
Being able to name the Layout Manager is important since some Managers, like the CardLayout, need to be accessed directly in order to show components or otherwise modify the way a form is displayed.
Comment 1 Jan Chalupa 2001-05-05 22:16:29 UTC
Target milestone -> 3.3
Comment 2 Jan Chalupa 2001-11-27 12:38:08 UTC
Target milestone -> 3.3.1.
Comment 3 Marek Grummich 2002-07-22 10:00:04 UTC
Set target milestone to TBD
Comment 4 Marek Grummich 2002-07-22 10:06:12 UTC
Set target milestone to TBD
Comment 5 Tomas Pavek 2005-05-16 18:35:01 UTC
We don't plan to implement this - you can always use e.g.
(CardLayout)container.getLayout().

Otherwise this is very similar to issue 16974.

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