From 3f51a716441d9b3218ace023dfa427313dc816f2 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 20:08:20 +0100 Subject: [PATCH] =?UTF-8?q?sch=C3=B6neres=20layout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - button für mehr infos hinzugefügt - fenster für mehr infos hinzugefügt - schöneres layout im allgemeinen --- src/gui/MainGUI.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/MainGUI.java b/src/gui/MainGUI.java index a2637d8..f599a74 100644 --- a/src/gui/MainGUI.java +++ b/src/gui/MainGUI.java @@ -77,7 +77,6 @@ public class MainGUI { private FetchData fetch = new FetchData(); private Elements elements = new Elements(); - public void build() throws IOException { GuiData data = new GuiData();