The Source for Java Technology Collaboration


Home | Changes | Index | Search | Go

SWT Layout Managers

FillLayout? - simpliest layout

RowLayout? -Instances of this class determine the size and position of the children of a composite by placing them either in horizontal rows or vertical columns within the parent Composite.

GridLayout? -Instances of this class lay out the control children of a composite in a grid.

FormLayout - Instances of this class control the position and size of the children of a composite control by using form attachments to optionally configure the left, top, right and bottom edge of each child.

Topic SWTLayouter . { Edit | Ref-By | Printable | Diffs r2 < r1 | More }
 XML java.net RSS

Revision r2 - 28 Jan 2005 - 09:50:00 - Main.kor_wanderer
Parents: WebHome