Splits the GUI into more components to increase maintainability

This commit is contained in:
2020-08-20 18:33:45 +02:00
parent 52946c9aec
commit 5b15fea7b3
9 changed files with 707 additions and 466 deletions

View File

@ -159,7 +159,7 @@ public class Profile {
for (int i = 0; i < collections.size(); i++) {
if (collections.get(i).getName().equals(name)) {
this.collections.remove(i);
serverLauncherGui.update();
serverLauncherGui.updateWithSavedProfileData();
break;
}
}