ggfg
This commit is contained in:
parent
896b7bcb5c
commit
179412d68d
1 changed files with 1 additions and 7 deletions
|
@ -69,13 +69,7 @@ public class MainGUI {
|
||||||
|
|
||||||
public void build() throws IOException {
|
public void build() throws IOException {
|
||||||
GuiData data = new GuiData();
|
GuiData data = new GuiData();
|
||||||
data.IndexLevelName();
|
data.IndexData();
|
||||||
data.IndexLevelID();
|
|
||||||
data.IndexVerifiers();
|
|
||||||
data.IndexCreators();
|
|
||||||
data.IndexQualification();
|
|
||||||
data.IndexYoutubeLink();
|
|
||||||
|
|
||||||
gridLayout.setRows(data.getLocalLevels().size());
|
gridLayout.setRows(data.getLocalLevels().size());
|
||||||
|
|
||||||
main.setSize(900, 700);
|
main.setSize(900, 700);
|
||||||
|
|
Loading…
Reference in a new issue