Something about LayoutManager in JAVA

Lex Spoon lex at cc.gatech.edu
Tue Feb 1 17:33:02 UTC 2000


"Piero Campanelli" <campanelli at skylink.it> wrote:
> Hi.
> 
> in building GUIs in Squeak, is there a mechanism similar to layout manager
> in Java ????
> I think for MVC i have to follow these: (addSubView: toRightOf:,
> addSubView: below:). For Morphic ??? Probably AlignmentMorph or something
> similar ???
> 

AlignmentMorph is pretty cool.  By nesting them you can create all kinds
of layouts.

Also, SystemWindow's arrange things into a rectangular grid of "panes".


Lex





More information about the Squeak-dev mailing list