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