Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.57 KB

File metadata and controls

50 lines (33 loc) · 1.57 KB

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.