Java3D 1.2 is not out yet for Linux, as far as I know.

I added the Canvas3D the following way:
I do have a JTabbedPan in which I am adding a Class "GIS3DView".
gis3dView = new GIS3DView();
tab.add("GIS3DView",gis3dView);
GIS3DView extends JPanel
In "GIS3DView" I am creating the Canvas3D.

For common Java3D questions there is a nice FAQ at:
http://www.j3d.org

Desiree


o------------------------------------------------------------------------o
| Desiree Hilbring      Institut fuer Photogrammetrie und Fernerkundung  | 
|                       Universitaet Karlsruhe, Germany                  |
|                                                                        |
|                       email: [EMAIL PROTECTED]             |
|                       # 0721 6083676                                   |
o------------------------------------------------------------------------o

On Fri, 21 Jul 2000, yangyuexiang wrote:

> Hi,
> 
> I am designing packing programs. I used the Swing  instead of AWT.
> However, I need to display packing results by java3d.
> My system is linux. I cannot find java3d 1.2 for linux. I installed java3d
> 1.1.3.
> I donot know how to add canvas3D to my JPanel.
> 
> Do you have any suggestion?
> 
> Thanks
> yangyuexiang
> 
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to