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] 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