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