scala-swing icon indicating copy to clipboard operation
scala-swing copied to clipboard

Incub

Open asflierl opened this issue 13 years ago • 2 comments

I added a feature to the GroupPanel: it is now possible to declare any child component of the panel as the baseline reference of the whole panel. (since panels do not provide a sensible baseline by default)

This might be of interest for other panel wrappers, too.

asflierl avatar Aug 13 '11 19:08 asflierl

Thanks, Andreas, currently fighting with git...

Ingo

On Sat, Aug 13, 2011 at 9:38 PM, asflierl [email protected] wrote:

I added a feature to the GroupPanel: it is now possible to declare any child component of the panel as the baseline reference of the whole panel. (since panels do not provide a sensible baseline by default)

This might be of interest for other panel wrappers, too.

Reply to this email directly or view it on GitHub: https://github.com/ingoem/scala-swing/pull/12

ingoem avatar Aug 17 '11 08:08 ingoem

did some more work on my group panel to save a few completely unnecessary object allocations

asflierl avatar Dec 04 '11 18:12 asflierl