Java application designed to solve the Critical Path Method (CPM) problem.
https://en.wikipedia.org/wiki/Critical_path_method
Clone and change directory:
git clone https://github.com/tassoneroberto/critical-path-method.git
cd critical-path-method/critical-path-method
(OPTION 1) Compile and run:
javac -cp . view/CriticalPathGUI.java
java view/CriticalPathGUI
(OPTION 2) Make JAR file and run:
jar cfe CriticalPathMethod.jar view/CriticalPathGUI .
java -jar .\CriticalPathMethod.jar