You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Java calculator that determines the distance one should stretch a spring for it to be launched into a target elevated at a certain height and a certain distance away.
This project was built using the NetBeans IDE on the Windows 7 environment. A build JAR is already available in the dist directory.
To run, either open a graphical file explorer or run
java -jar SpringLaunchCalculator.jar
from the dist directory.
About
A Java calculator that determines the distance one should stretch a spring for it to be launched into a target elevated at a certain height and a certain distance away.