[
https://issues.apache.org/jira/browse/PIVOT-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742258#action_12742258
]
Noel Grandin commented on PIVOT-227:
------------------------------------
If you want less restrictions, you use TablePane.
Basically, GridPane is a simplified form of TablePane.
I often use the Swing equivalent for laying out buttons or labels or graphics
where I want them all to be the same size, and it's just simpler to use
GridLayout than GridBagLayout.
> Add a GridPane container
> ------------------------
>
> Key: PIVOT-227
> URL: https://issues.apache.org/jira/browse/PIVOT-227
> Project: Pivot
> Issue Type: New Feature
> Components: wtk
> Reporter: Greg Brown
> Priority: Minor
> Fix For: 1.4
>
>
> This class would provide features similar to AWT's GridLayout. Like
> TablePane, GridPane would define row and column collections. Unlike
> TablePane, all of GridPane's cells would be the same size. Cell width/height
> would be determined as the maximum preferred width/height of all cells.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.