Quick how-to java applets
So I made a little program for my homework in a civil engineering course. It displays a chart of height vs stability of a floating body.
I was wondering if there was an easy way to make an aplication so that he can just click and the program will run?
Re: Quick how-to java applets
If you put the code in a jar file with all the needed parts, you can execute the program by double clicking on the jar file.
If the code is an applet, you will need to rewrite it to be an application or you will need an HTML page that loads in a browser.