Well, yes, there is such a way. Basicly u should add public static
main(String[] args) function to the class that extends Applet interface.
In this function u should:

1) construct the class itself (that is write smth like MyApplet app =
new MyApplet()) and call init() function which should have already been
written in your class

2) construct Frame fr = new Frame and add just-created 'app' to the just
create Frame instance (u can do this, since Applets extends
java.awt.Panel class).

3) make Frame visible (fr.setVisible(true)).

That's all and this works.
vladimir

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

Reply via email to