Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions