Hi Guys and thanks for your responses

Unfortunately I cannot know the x and y coordinates at run time. I just
want to place them into a box, starting from left to right and supply a
horizontal and vertical span. If I use the set(...) method, I have to
provide X/Y coordinates

Paul



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marko Schulz
Sent: Mittwoch, 23. Juli 2008 07:57
To: [email protected]
Subject: Re: [ULC-developer] ULCBoxLayout

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/ba
se/application/ULCBoxPane.html#set(int,%20int,%20int,%20int,%20double,%2
0double,%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
_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to