convert html game to standalone game

I’ve made a few java applet and frame games, now I want to make them “standalone” so that HTML files are not required. I know there’s a way to do this, I just don’t know how. Anyone know?

7500

oehm, adding the applet to a frame and using a main-method (aka making an application) ?!