Weather application in Java

This time I would like to show you guys Weather application project, which I made completly from beginning using Java.
 
 
Here is video from application presentation:
 

Application is prepared in MVC structure.

 

As a building tool I was using Maven, all libraries dependencies are added to pom.xml file.

 

UI was designed in JavaFx, weather data are downloaded from Open Weather Map Portal.
API keys are being handled by properties file, which allows to keep them in safe way.

 

API queries are launched in JavaFx Service, not to block main window.
Posted in My ProjectsTags:
Write a comment