Re: [JAVA3D] Canvas3D in JInternalFrame

2005-06-27 Thread Frederic Barachant
Dmitri Darin wrote: Hi, I know that it is the old problem and it is described in FAQ: http://java3d.j3d.org/faq/swing.html#internalframes But I'm wondering, is there ANY progress in this field since 02-JUL-1998?! http://bugs.sun.com/bugdatabase/view_bug.do;:YfiG?bug_id=4154448 Do we have any

[JAVA3D] Canvas3D in JInternalFrame

2005-06-27 Thread Dmitri Darin
Hi, I know that it is the old problem and it is described in FAQ: http://java3d.j3d.org/faq/swing.html#internalframes But I'm wondering, is there ANY progress in this field since 02-JUL-1998?! http://bugs.sun.com/bugdatabase/view_bug.do;:YfiG?bug_id=4154448 Do we have any hope with Java 1.5 and

Re: [JAVA3D] Canvas3D in JInternalFrame gives physical dump.

2001-01-26 Thread Liming CHEN
This is the problem I came across . I built  an application which i run using jdk1.3 and java3d 1.2.  Without interface the application works okay. However, when I add an interface to the application there came the problem. I add a Menu bar to the Jframe, put the Canvas in the Jframe.getContentP

[JAVA3D] Canvas3D in JInternalFrame gives physical dump.

2001-01-25 Thread Ashish Tayal
Hi all,   I have an application which i run using jdk1.3 and java3d 1.2 . In the application i have a Canvas3D put in a JPanel, which in turn is put in JSplitpane, which is in JInternalFrame. So there is an AWT component with the Swing components.     The problem is that the application pops