Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 976 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 976 Bytes

The Weather App is a Java-based application that provides users with real-time weather information for a specified location. It fetches weather data from an external API and displays it in a graphical user interface (GUI). Users can enter a location, and the app retrieves and presents weather details, including temperature, weather condition, humidity, and wind speed. AppLauncher Description: The AppLauncher class serves as the entry point for the Weather App. It initializes the GUI and displays the main application window.

3.2. WeatherAppGui Description: The WeatherAppGui class represents the graphical user interface (GUI) of the Weather App. It is responsible for displaying weather information for a specified location.

Summary: This class handles the layout and display of GUI components, including text fields, labels, buttons, and images. It also implements the user interface for entering a location and updating the weather information based on user input.