Question: Weather Forecaster App in Java Java Applet: JavaFX for the UI and you can set up the UI using fxml files or pure Java code

Weather Forecaster App in Java

Java Applet: JavaFX for the UI and you can set up the UI using fxml files or pure Java code

Goal: Create an app to display a weather forecast for the users current location,

Main Screen-- display the location (City, State), and high and low temperature for the current day

2) Edit screen - update the city and state and save it to the database

Input validation for the zip code (only valid 5 digit zip codes should be accepted)

Display High Temp, Low Temp, Humidity Pressure Sunrise and Sun Set

Display images for the forecast (eg: clouds for cloudy weather, a sun for clear weather)

Database: Store location in database, and allow it to be updated via JDBC

Some publicly available weather APIs (any API is acceptable):

https://developer.yahoo.com/weather/

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!