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
Build a subclass, which implements main-method, and call init(), start(), stop(), destroy as needed.