This commit is contained in:
potzplitz 2024-03-14 09:32:08 +01:00
parent 896b7bcb5c
commit 179412d68d

View file

@ -69,13 +69,7 @@ public class MainGUI {
public void build() throws IOException {
GuiData data = new GuiData();
data.IndexLevelName();
data.IndexLevelID();
data.IndexVerifiers();
data.IndexCreators();
data.IndexQualification();
data.IndexYoutubeLink();
data.IndexData();
gridLayout.setRows(data.getLocalLevels().size());
main.setSize(900, 700);