An open API service indexing awesome lists of open source software.

https://github.com/gorosgobe/cpaproject

Graphical Java application using implementation of critical path analysis for optimal day planning.
https://github.com/gorosgobe/cpaproject

cpa critical-path critical-path-analysis gantt-chart gui-application java java-application planning swing-gui

Last synced: 21 days ago
JSON representation

Graphical Java application using implementation of critical path analysis for optimal day planning.

Awesome Lists containing this project

README

        

# CPAProject

## Description

Java application using implementation of critical path analysis for optimal day planning.

## Collaborators
erikbabu

gorosgobe

g-ongetta

namanwahi

## Dependencies
This application depends on the JFreeChart library, available for free download at:
**http://www.jfree.org/jfreechart/download.html**

You will also require JavaFX, which you can add to your project by including the **jfxrt.jar** library.

If you need to download it, you can do so via the terminal:
```
sudo apt-get install openjfx
```