Here is an example, put the following code in your applet program:

    public static void main(String argv[]) {
        fMyApplet demo = new MyApplet();
        demo.init();
        Frame f = new Frame("MyApplet--This is the title");
        f.setSize(new Dimension(400,300));
        f.show();
        demo.start();
    }

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

===========================================================================
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".

Reply via email to