FreakyF / Weather-track

A simple real-time weather tracking app with graphical user interface written in java.
MIT License
0 stars 0 forks source link

Connecting the GUI to the Application Logic #13

Open Tymisko opened 1 year ago

Tymisko commented 1 year ago

The final step in our GUI implementation is to connect it with our application logic. This means that user input in the GUI should trigger the appropriate functionality in our application, and data from our application should be correctly displayed in the GUI.

Tasks include:

Acceptance Criteria:

  1. User input in the GUI triggers the appropriate functionality in our application.
  2. Weather data from our application is correctly displayed in the GUI.
  3. Error messages are correctly displayed in the GUI when something goes wrong.
Tymisko commented 1 year ago

Blocked by #12