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

Setting up the GUI Framework #11

Open Tymisko opened 1 year ago

Tymisko commented 1 year ago

Now that we've chosen our GUI framework, it's time to set it up in our project. The setup process can vary depending on the specific framework but generally involves adding new dependencies and configuring our build system.

Tasks include:

Acceptance Criteria:

  1. The chosen GUI framework is properly integrated into our project.
  2. An initial GUI window or frame can be successfully created and displayed.