.oooO ( )
( ) ) /
\ ( (_/
\_)
-Original Message-
From: Vlad Valica [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 4:48 PM
To: [EMAIL PROTECTED]
Subject: [JAVA3D] canvas3D into Panel
Hello!
I'd like to know how can I put a canvas3D into a p
Vlad,
At 22:48 09.08.00 , you wrote:
>Frame fram = new Frame();
>Panel pan = new Panel();
>pan.add(canvas3d);
>fram.add(pan);
>fram.pack();
>fram.setVisible(true);
I haven't had time to test this, but it could be you're missing something
as simple as a Layout to make your Canvas3D visible. For
Hello!
I'd like to know how can I put a canvas3D into a panel. I have an object
3D (wrl) into a canvas3D and I need to putthe canvas3D into a panel. I
tried to put the canvas into a frame and it's OK. I can see it. But if I
try to put it into a Panel and after into a frame I see nothing.
For exa