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 3170 - Wrong stacking order in Form editor even in test mode
Summary: Wrong stacking order in Form editor even in test mode
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-05 02:00 UTC by Petr Nejedly
Modified: 2003-07-02 15:41 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 Petr Nejedly 1999-08-05 02:00:06 UTC
If you place more components inside one field in BorderLayout, it`ll be visible only the first one.
When running, the last one is visible

[IAN] The BorderLayout is not capable of having multiple components in one direction - if there are multiple components added to one direction, just one of them behaves correctly. I am thinking about
forbidding to set multiple components to single direction, but it imposes more constrains, such as at max 5 subcomponents in every container which has border layout, and what to do if the container ha
s 10 subcomponents in FlowLayout and the layout is changed to BorderLayout  ... etc. i.e. it is quite a complex issue
Comment 1 Marian Mirilovic 2001-01-15 11:12:59 UTC
verified only :
last added component is visible in selection mode and after running.
This order is right, in my opinion, but I think than must be forbidden more as
one component on one place in Border Layout.
Comment 2 Quality Engineering 2003-07-02 15:41:32 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.