Hi Geert,
> When I have some points plotted, I want to click on a point and in
> another JPanel get some explanation of that point.
> So how can I add an MouseEventListener to a point?
> Can someone help me?
You can do this using visad/bom/PickManipulationRendererJ3D.java.
See its main() method for an example of use. All your points will
be like the RealTuple case in the main() method. Note the user will
select points with a right mouse click (you can change this by
extending the MouseBehaviorJ3D class).
Good luck, Bill