> 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