/COVID19-Analyzer

COVID-19 Data Analyzer using JavaFX for GUI. Coursework of UW Madison SP 2020 CS 400 AT-87.

Primary LanguageJava

COVID-19 Analyzer

COVID-19 data analyzer for the final project of UW-Madison CS 400 Spring 2020 ateam #87.

Team member

References

Main case count data source

Population Data

Notes

Bugs (copied from GitHub Issues)

#30 - GUI not filling vertically after resizing

Description

Elements of the filtered section not docking to the bottom when the main form is resized.

Expected Behavior

Elements for the filtered section should be docked to the bottom when resizing.

Steps to reproduce

  1. Resize the form

Notes

  • The elements seem to have the max height limit. However, getMaxWidth() returns -1(not limited).
  • VBox.setVgrow() not working.

Features

Automatically download data from the data source

Description

Download the data and store it locally and use it on application startup.

If failed to download, use the latest locally stored data file.