This commit is contained in:
potzplitz 2024-03-03 22:43:34 +01:00
parent 3f51a71644
commit 3a9ad1d60c

View file

@ -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();