Sun have a VRML loader: com.sun.j3d.loaders.vrml97.VrmlLoader. The J3d faq is most helpful also. This can be found at http://www.j3d.org/faq/vrml.html .
To read in a file from jarfile try these examples: http://www.devx.com/tips/Tip/22124?trk=DXRSS_JAVA http://www.javaworld.com/javaworld/jw-07-1998/jw-07-jar-p2.html Sorry, I am not sure about the JInternalFrame. There is an isLightWeight function but is not settable. On Mon, 2005-01-10 at 00:27 -0500, Serge Bernier wrote: > Hi all, > > Im trying to acces some vrml files that I added in a jar file. After the user > start the application (ex: java -jar MyApp.jar), I need to load the vrml files > in the jar file. I searched on the web but no luck, if anyone know I would > sure > need a good hint!! > > Im also wondering if it possible to have a JInternalFrame to draw in front of > the Canvas3D. Is there something like the function from the the popup menu to > set weight, but for JInternalFrame. > > Thanks > > Serge > > =========================================================================== > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff JAVA3D-INTEREST". For general help, send email to > [EMAIL PROTECTED] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".