Hi,
I try to display a window as a combination of two panels.
Panel 1 has the output of Canvas3D and is displayed on the screen.
Panel 2 should have the selection part for the operator and is not! displayed.
My code is:
public MyView( Canvas3D canvas3D, String title ) {
super( tit
try to comment out the line
myPanel.setLayout( null );
to things start to clear...
Alessandro
--- Klaus-Dieter Weimer <[EMAIL PROTECTED]> escreveu:
> Hi,
>
> I try to display a window as a combination of two panels.
> Panel 1 has the output of Canvas3D and is displayed on the screen.
>
> Pane
The Java 3D Frequently Asked Questions list for Monday September 13 2004
This is a posting of topics covered in the Java 3D FAQ. The answers
to these questions are kept at:
http://www.j3d.org/faq
Please consult this list and the web site before asking questions on the
mailing list.
If