I am having a problem running java3d applets using the MainFrame class from within a jDialog. Basically ... I have written a j3d program adapting it from a skeleton example... this is meant to be run as an applet but includes the standerd main command allowing it to be run as an application by using the MainFrame class... This works fine if I run the j3d program on its own. BUT if I copy and paste the exact same command, i.e.: new MainFrame(new Sample(objects,piccies,peoplethere,0), 512, 512); into my jDialog, so that it executes from clicking on a button in my jDialog then it loads the j3d seemingly okay, puts the correct objects in and then freezes both the j3d program AND the jDialog. Does anyone know what is happening here? any help would be greatly appreciated. cheers rakesh _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ===================================================================== To subscribe/unsubscribe, send mail to [EMAIL PROTECTED] Java 3D Home Page: http://java.sun.com/products/java-media/3D/
