From 3a9ad1d60cac099bd8f6e2e673fd83b7dc7b86c6 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 22:43:34 +0100 Subject: [PATCH] br --- src/gui/MainGUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/MainGUI.java b/src/gui/MainGUI.java index f599a74..2e721be 100644 --- a/src/gui/MainGUI.java +++ b/src/gui/MainGUI.java @@ -76,7 +76,7 @@ public class MainGUI { public JComboBox show = new JComboBox(showing); private FetchData fetch = new FetchData(); private Elements elements = new Elements(); - + public void build() throws IOException { GuiData data = new GuiData();