Hi,
I want to run my Java Applet as Web or Desktop application but don't know how. I've watched some tutorials online about converting Java applet file (.class) to Web app. However, my Applet has multiple files, so I'm thinking of a way using .jar.
I haven't found any way to run Applet as desktop app yet.
--- Update ---
I've solved the web app problem. Need help on Desktop app