NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

Painting on DisplayImplJ3D

Hi all,

I want to paint directly on a DisplayImplJ3D using the AWT. Therefore I
tried two approaches:

1.) Getting the component of the display and painting directly on it
which doesn't work.

2.) Using a JLayeredPane and do the paintings on a JPanel which lies
"over" the 3d display which also doesn't work.

I think the problem is not a special VisAD problem but more a Java3D
problem so please forgive me positng it here. Has anybody any
suggestion?

Thanks for any comment, Mathias