View. Components - SeanSpires/Project1-306-Team-Stonks GitHub Wiki

Components

This package contains custom JavaFX components used for visualisation.

  • GanttChart: Creates a Gantt chart where tasks can be displayed as blocks of resources. Taken from Stack Overflow

  • ZoomableScrollPane: Creates a pane where zooming and panning is possible. Taken from Stack Overflow