- To: "VisAD List" <visad-list@xxxxxxxxxxxxx>
- Subject: Painting on DisplayImplJ3D
- From: Mathias Stümpert <AtzeS@xxxxxx>
- Date: Fri, 7 Dec 2001 12:30:44 +0100
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
- Follow-Ups:
- Re: Painting on DisplayImplJ3D
- From: Bill Hibbard
- Re: Painting on DisplayImplJ3D