[JAVA3D] I want to know Why the Swing components cannot use in the Java3D ,

2005-04-26 Thread jiom join
HI ,all when I used the Swing components in the program , and using the SetJMenuBar add a JMenuBar in the JFrame, but i Can not view the Canvas3D ,      when i used the AWT components ,this works good, So why cannot use the Swing Components in the Java3d .   any help!   thinks!

Re: [JAVA3D] Problem with code

2005-04-26 Thread Daniel Freeman
Here is a link to the tutorial on Suns site.   http://java.sun.com/developer/onlineTraining/java3d/   And here is the code from one of their examples   I hope it helps   import java.applet.Applet;import java.awt.BorderLayout;import java.awt.event.*;import java.awt.GraphicsConfiguration;impor

[JAVA3D] Problem with code

2005-04-26 Thread Saeed Ansari
Hello All, I have written below code , but nothing appears on the screen.What is the problem?   public class J3D extends Frame {  VirtualUniverse virtual;  Locale locale;  BranchGroup bg;  Canvas3D c3D;  TransformGroup tg;  Transform3D trans3d;  ViewPlatform viewPlatform;  View view;  public J3D()

Re: [JAVA3D] Full API about Java3D

2005-04-26 Thread Jon Seanor
Try some of the results from these searches: http://www.google.com/search?hl=en&q=java3d+api&btnG=Google+Search Or http://search.yahoo.com/search?p=java3d+api&sm=Yahoo%21+Search&fr=FP-tab-web-t&toggle=1 Saeed Ansari wrote: > Hello, > I want to know if someone has an API document about Java3D

[JAVA3D] Full API about Java3D

2005-04-26 Thread Saeed Ansari
Hello, I want to know if someone has an API document about Java3D.   Regards, Saeed  __Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[JAVA3D] How have a Locale() ?

2005-04-26 Thread Saeed Ansari
Hi All, I want to draw two cubes on a scene graph.But I have an error to get a new Locale class. Can anyone describe me this class and how can I get a new Locale() ?   Regards, Saeed__Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protect