Well, the problem is that I wanted to do it with CF, but I will try what
Barney suggested, using a wrapper in Java.

-----Original Message-----
From: Nick de Voil [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 20, 2003 4:44 PM
To: CF-Talk
Subject: Re: java/cf

> All I need to do is send in 1,1,1 to this method:
> public void setWidths(float[] widths) throws BadElementException {....

float[] widths = {1.0,1.0,1.0};
setWidths(widths);

Any good?

Nick


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to