Hi Paul, On Tue, Jul 22, 2008 at 11:02 PM, Paul Harrison <[EMAIL PROTECTED]> wrote: > > I have been checking out the ULCBoxPane and it should allow me to do exactly > what I want, but the add(…) method only allows me to add a horizontal span. > I need to be able to add an item to the layout giving its column & row span, > their weights and the item.
Use set() instead of add(): http://www.canoo.com/ulc/developerzone/apidoc/application/com/ulcjava/base/application/ULCBoxPane.html#set(int,%20int,%20int,%20int,%20double,%20double,%20java.lang.String,%20com.ulcjava.base.application.ULCComponent) -- marko schulz https://www.xing.com/hp/Marko_Schulz4 _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
