[JAVA3D] Display a window combination

2004-09-13 Thread Klaus-Dieter Weimer
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

Re: [JAVA3D] Display a window combination

2004-09-13 Thread Alessandro Borges
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

[JAVA3D] Java 3D FAQ Weekly Posting (13 Sep 2004)

2004-09-13 Thread The Java 3D FAQ
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