Hi all,

I am building an application that opens any J3D file. It allows the user to
choose a path by picking on the canvas. (The path is needed for an
interpolation) The picked points are shown in a JList. The user can highlight an item
in that list and remove it.

I want the user to see the picked path (points). If the user highlights an
point in the list, the point on the canvas needs to be "highlighted" too (and
the other way around). What is the best way of doing that? I can only come up
with the idea of putting little spheres in the scenegraph and recompiling
it. But that still does not solve the problem of showing on the canvas which
point is marked in the list.

Any help is highly appreciated! Thanks in advance!
Katja

--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to