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.
- Host: GitHub
- URL: https://github.com/gorosgobe/cpaproject
- Owner: gorosgobe
- Created: 2017-07-21T21:43:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T14:51:49.000Z (over 7 years ago)
- Last Synced: 2025-02-12T23:29:19.949Z (2 months ago)
- Topics: cpa, critical-path, critical-path-analysis, gantt-chart, gui-application, java, java-application, planning, swing-gui
- Language: Java
- Homepage:
- Size: 342 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```