Basic HTML version of Foils prepared 18 May 97

Foil 56 Brief Description of Four Other LayoutManager's

From Java Tutorial - Spring 1997 Part 3:Graphics and the Abstract Windowing Toolkit Peking Tutorial, Web Certificate -- Spring-Summer 1997. by Nancy J. McCracken,Geoffrey C. Fox


1 FlowLayout is a one dimensional layout where components are "flowed" into panel in order they were defined. When a row is full up, it is wrapped onto next row
2 GridLayout is a two dimensional layout where you define a N by M set of cells and again the components are assigned sequentially to cells starting at top left hand corner -- one component is in each cell
3 GridBagLayout uses a new class GridBagConstraints to customize positioning of individual components in one or more cells
4 CardLayout lays out in time not space and each card (Displayed at one time) can be laid out with one of spatial layout schemes above

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Thu Jan 8 1998