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 - No way to align to 'Baseline of row'.
Summary: No way to align to 'Baseline of row'.
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Natural Layout (show other bugs)
Version: 8.0.1
Hardware: PC Other
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-22 02:54 UTC by schulte2004
Modified: 2014-05-22 02:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Example form source code file. (2.02 KB, text/x-java)
2014-05-22 02:56 UTC, schulte2004
Details
Corresponding .form file. (2.82 KB, application/octet-stream)
2014-05-22 02:56 UTC, schulte2004
Details

Note You need to log in before you can comment on or make changes to this bug.
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.