Splits the GUI into more components to increase maintainability
This commit is contained in:
@ -227,7 +227,7 @@ public class ServerTab implements ActionListener {
|
||||
*/
|
||||
private void remove() {
|
||||
Main.getController().getCurrentProfile().removeCollection(this.name);
|
||||
Main.getController().getGUI().update();
|
||||
Main.getController().getGUI().updateWithSavedProfileData();
|
||||
Main.getController().getCurrentProfile().updateConsoles();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user