The Gui Package shall contain all elements that we create and use in our game that are actual gui elements like menu buttons, health bars, highscore stuff and more.
Since the Runnable that is passed to the EventQueue does never change, it now is created in the constructor. This should avoid a lot of overhead.