[
https://issues.apache.org/jira/browse/PIVOT-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700181#action_12700181
]
Noel Grandin commented on PIVOT-99:
-----------------------------------
Yes, exactly that.
java.awt.GridBagLayout / java.awt.Component appear to be pretty complicated
about their baseline support, but particularly for pivot.Form, the requirement
can be simplified down to
"I want my label and my TextInput/CheckBox/Combo to have their baselines line
up".
Note that this requires more than just a change to pivot.Form/pivot.TablePane,
i.e. all pivot.wtk.Component would need to return their baseline, if they had
one.
> baseline alignment in layout
> ----------------------------
>
> Key: PIVOT-99
> URL: https://issues.apache.org/jira/browse/PIVOT-99
> Project: Pivot
> Issue Type: New Feature
> Components: wtk
> Affects Versions: 1.1
> Reporter: Noel Grandin
>
> Particularly for Form and TablePane, it would be nice if Pivot supported
> baseline alignment, like GridBagLayout does in Java1.6.
> http://java.sun.com/javase/6/docs/api/java/awt/GridBagLayout.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.