- Fork, then clone this repository.
- From Eclipse, File > Import > Existing Maven Projects.
- Under src/main/java > hellofx, right click Launcher, and Run As > Java Application.
git clone https://github.com/joonspoon/javafx-base
cd blue-marble
mvn clean javafx:run
- Make a GUI that shows the view of the earth on a date chosen by the user.
- If the user selects an option in the future, an exception will be thrown. Catch this exception and appropriately inform the user.
- Add an option so that the user can choose to see the “enhanced” version of the image.
- The database only includes enhanced images up until June 2018. Make the enhanced option inactive if the date selected is after that date.
- Add an option to make the image black and white.