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 216583 - new layout proposal : BorderLayout
Summary: new layout proposal : BorderLayout
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 7.1.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-09 11:04 UTC by bcallebaut
Modified: 2012-08-09 11:04 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Minimal implementation of a BorderLayout equivalent for the Visual Library (4.03 KB, application/octet-stream)
2012-08-09 11:04 UTC, bcallebaut
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bcallebaut 2012-08-09 11:04:08 UTC
Created attachment 122916 [details]
Minimal implementation of a BorderLayout equivalent for the Visual Library

Minimal implementation of a BorderLayout equivalent for the Visual Library.
Note: 
Doesn't check in this version if the parent bounds are too small to layout correctly all the children.
This mean for example that if the width of the widget is smaller thant the sum of the left and right children, you will have overlapping.