[Prev][Next][Index][Thread]

Re: DUIM question



Maybe Carl Gay can regale us with the stories of his recent battles
with the Java GridBug class.  He has some Java code to do this,
and it's literally three screenfuls long.

Oh, I meant GridBag.

Andy Armstrong wrote in message ...
>The class <table-layout> is the way to do this. Try the following in
>the Dylan Playground:
>
>  contain(make(<table-layout>,
>               children: vector(make(<label>, label: "Short"),
>                                make(<text-field>),
>                                make(<label>, label: "Much longer"),
>                                make(<text-field>)),
>               columns: 2,
>               x-spacing: 2, y-spacing: 5,
>               x-alignment: #[#"right", #"left"]));
>
>The DUIM GUI test suite has a number of examples of this, try
>the 'Borders' example for starters, in:
>
>  [FD]\examples\duim\duim-gui-test-suite\borders.dylan
>






Follow-Ups: References: