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 76893 - Relative constraints/properties for BorderLayout and BoxLayout
Summary: Relative constraints/properties for BorderLayout and BoxLayout
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-26 10:22 UTC by Tomas Pavek
Modified: 2006-10-23 16:40 UTC (History)
1 user (show)

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 Tomas Pavek 2006-05-26 10:22:52 UTC
GUI builder should offer relative constrainst and properties that do not
hardcode component orientation. GridBagLayout was fixed already time ago (issue
36815),  we need to fix BorderLayout and BoxLayout as well.

BorderLayout: LINE_START, LINE_END, PAGE_START, PAGE_END
BoxLayout: LINE_AXIS, PAGE_AXIS
Comment 1 Tomas Pavek 2006-05-26 10:34:33 UTC
The relative constraints should be used by default (e.g. when moving components
by mouse).
Comment 2 Jan Stola 2006-08-16 10:19:28 UTC
The BorderLayout support has been fixed:

/cvs/form/src/org/netbeans/modules/form/layoutsupport/delegates/BorderLayoutSupp
ort.java
new revision: 1.9; previous revision: 1.8
Comment 3 Jan Stola 2006-08-16 16:13:51 UTC
The BoxLayout support has been fixed:

/org/netbeans/modules/form/layoutsupport/delegates/BoxLayoutSupport.java
new revision: 1.12; previous revision: 1.11
/org/netbeans/modules/form/layoutsupport/Bundle.properties
new revision: 1.13; previous revision: 1.12
/org/netbeans/modules/form/GandalfPersistenceManager.java
new revision: 1.171; previous revision: 1.170