i.e.
import com.sun.j3d.utils.applet.MainFrame;
public static void main (String[] args){
MainFrame frame = new MainFrame(new myApplet(),
400, 400);
}
where myApplet is the name of your applet.
I don't know if this is what you meant but I hope it's of some assistance.
J
Tan Dongquan wrote:
Hi, everyone. I don't know if here is right place to ask these questions.
Anyway, please help me and thanks a lot in advance.
Question 1:
I want to transfer some applets to standalone applications. Is there have
any general way to do?
Question 2:
After I install IE5 (with Platium World Viewer), I can not view some VRML
files, which worked fine on my IE4+Cosmo before. Should I need to re-install
Cosmo Viewer again? And How to view Java3D Applet in IE5? I always get
"xxxxx class not initialized"Thanks a lot.
===========================================================================
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".
-- x
