Appletviewer is the way BUT, it still needs a webpage with the applet-tag .
An alternative solution is a class stub entry to the main method that creates an instance of the applet, causes init(), start(), stop()and destroy(), as it would otherwise be done by the browser or applet.
source
share