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 244641

Summary: No way to align to 'Baseline of row'.
Product: guibuilder Reporter: schulte2004 <schulte2004>
Component: Natural LayoutAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.1   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:
Attachments: Example form source code file.
Corresponding .form file.

Description schulte2004 2014-05-22 02:54:21 UTC
Please see the attached example form. Steps to reproduce:

1. Open the form with the GUI builder and verify that the three components 'label', 'textField' and 'button' are aligned to the baseline of the row.

2. Select all three components, right-click, and select 'Align' -> 'Top to row', 'Align' -> 'Center to row' or 'Align' -> 'Bottom to row.'

This correctly changes the alignment of the components. Once the baseline alginment has been changed that way, there is no way to get back to the former baseline alignment without moving components around.

Please add an 'Align' -> 'Baseline of row' option.
Comment 1 schulte2004 2014-05-22 02:56:22 UTC
Created attachment 147376 [details]
Example form source code file.
Comment 2 schulte2004 2014-05-22 02:56:55 UTC
Created attachment 147377 [details]
Corresponding .form file.