Unfortunately this is not possible. The heavyweight components will overlay their lightweight bretheren. I wish there was a way to get awt style components (which is what a Canvas3D is) to be rendered in the zorder of the lightweight components - that way you could just blit on top of them without issue - but this is not possible. The best thig you can do is 'bound' the heavyweight components so they are never in a position to overlay lightweight components.
----- Original Message -----
From: Zak Nixon
Sent: Wednesday, September 26, 2001 1:03 PM
Subject: [JAVA3D] Canvas3d

Is there anyway to make lightweight swing components appear on top a Canvas3D?
 
Thanks.
Zak

Reply via email to