Run Java-applets directly ( without html page )

前端 未结 7 1232
一向
一向 2021-01-05 15:58

I have a problem.

How i can run my java-applet directly without embedded in my web page?

I know appletViewr can execute applet without a browser but I need

7条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-05 16:32

    Build a subclass, which implements main-method, and call init(), start(), stop(), destroy as needed.

提交回复
热议问题