First off, I  will say that I know jack about ND applets at any level of
detail.

But, from the javadoc, it appears that CSpJavaList is another flavor of
CSpSelectableGroup, which is what all of us html folks work with in using
listboxes and comboboxes.

Basically, I think you want to instantiate your CSpJavaList, then call
createNewSelectable for each entry you want to add, with the String
argument being the value you want to display to the user, and the CSpValue
being the 'real' value,  in this case each vector.  If the vector is not a
CSpVector, build one around it using the CSpVector constructor that takes a
Vector as its argument.

-- Curt Springer, Team ND


At 05:05 PM 6/28/99 -0800, Steven Cheung wrote:
>
>Hi,
>
>Does anyone know how to display data in a CSpJavaList? 
>I have a list of vectors that are generated
> from a search method, and I want to display
> the list of vectors in a JavaList inside a
> java Applet. Any help would be appreciated!
>
>From Steven
>_________________________________________________________________________
>
>For help in using, subscribing, and unsubscribing to the discussion
>forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
>
>For dire need help, email: [EMAIL PROTECTED]
> 
_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to